Changeset 35800
- Timestamp:
- Jul 11, 2013, 1:16:57 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/camera_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r35723 r35800 532 532 $command .= " -path_base $outroot" if defined $outroot; 533 533 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 534 $command .= " -hostname $host" if defined $host; 534 535 } else { 535 536 $command .= " -updateprocessedexp"; 536 537 $command .= " -fault $exit_code"; 537 538 } 538 $command .= " -hostname $host" if defined $host;539 539 $command .= " -dbname $dbname" if defined $dbname; 540 540 system ($command);
Note:
See TracChangeset
for help on using the changeset viewer.
