- Timestamp:
- Sep 6, 2011, 11:00:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/ippScripts/scripts/register_imfile.pl
r31603 r32337 147 147 elsif (($isGPC1 == 1) && ($burntoolStateCurrent == 1)) { 148 148 # print STDERR "In the good region: >>$burntoolStateCurrent<<\n"; 149 my $ppConfigDump_cmd = "$ppConfigDump -camera GPC1 - dump-camera -";149 my $ppConfigDump_cmd = "$ppConfigDump -camera GPC1 -get-key BURNTOOL.STATE.GOOD"; 150 150 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 151 151 IPC::Cmd::run(command => $ppConfigDump_cmd, verbose => $verbose); … … 522 522 $command .= " -class_id $class_id"; 523 523 $command .= " -fault $exit_code"; 524 $command .= " -set_state pending_burntool "; 524 525 $command .= " -hostname $host" if defined $host; 525 526 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
