IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2007, 9:33:33 AM (19 years ago)
Author:
Paul Price
Message:

Error handling is through -addsumskyfile, not -updaterun.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/stack_skycell.pl

    r15284 r15302  
    236236    warn($msg);
    237237    if ($stack_id and not $no_update) {
    238         my $command = "$stacktool -updaterun -stack_id $stack_id -state stop -code $exit_code";
     238        my $command = "$stacktool -addsumskyfile -stack_id $stack_id -code $exit_code";
    239239        $command .= " -dbname $dbname" if defined $dbname;
    240240        system ($command);
Note: See TracChangeset for help on using the changeset viewer.