Changeset 32669 for trunk/ippScripts/scripts/magic_destreak_revert.pl
- Timestamp:
- Nov 14, 2011, 5:10:47 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak_revert.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak_revert.pl
r32356 r32669 511 511 my $command = "$magicdstool -updaterun"; 512 512 $command .= " -magic_ds_id $magic_ds_id"; 513 $command .= " -set_state failed_revert"; 513 if ($run_state ne 'update') { 514 $command .= " -set_state failed_revert"; 515 } else { 516 $command .= " -set_state failed_revert_ud"; 517 } 514 518 $command .= " -dbname $dbname" if defined $dbname; 515 519
Note:
See TracChangeset
for help on using the changeset viewer.
