Changeset 38566
- Timestamp:
- Jul 2, 2015, 10:31:49 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/staticsky.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/staticsky.pl
r38519 r38566 334 334 { 335 335 my $command = "$staticskytool -sky_id $sky_id"; 336 $command .= " -dbname $dbname" if defined $dbname; 336 337 if ($updatemode) { 337 338 $command .= " -updaterun -set_state full"; … … 341 342 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 342 343 $command .= " -hostname $host" if defined $host; 343 $command .= " -dbname $dbname" if defined $dbname;344 344 } 345 345 … … 368 368 369 369 my $command = "$staticskytool -sky_id $sky_id -fault $exit_code"; 370 $command .= " -dbname $dbname" if defined $dbname; 370 371 if ($updatemode) { 371 372 $command .= " -updateresult"; … … 375 376 $command .= " -hostname $host" if defined $host; 376 377 $command .= " -path_base $outroot" if defined $outroot; 377 $command .= " -dbname $dbname" if defined $dbname;378 378 } 379 379 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
