IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38519 for trunk/ippScripts


Ignore:
Timestamp:
Jun 23, 2015, 7:21:41 AM (11 years ago)
Author:
bills
Message:

don't dump config in update mode

File:
1 edited

Legend:

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

    r38516 r38519  
    258258            $command .= " -recipe PPSUB   $recipe_ppsub";
    259259            $command .= " -recipe PPSTACK $recipe_ppstack";
    260             $command .= " -dumpconfig $configuration";
     260            $command .= " -dumpconfig $configuration" if !$updatemode;
    261261            $command .= " -tracedest $traceDest -log $logDest";
    262262            # $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.