IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 14, 2011, 5:10:47 PM (14 years ago)
Author:
bills
Message:

on failure if run_state is update set state to failed_revert_ud so magicdstool -clearstatefaults can
disambiguate

File:
1 edited

Legend:

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

    r32356 r32669  
    511511    my $command = "$magicdstool -updaterun";
    512512    $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    }
    514518    $command   .= " -dbname $dbname" if defined $dbname;
    515519
Note: See TracChangeset for help on using the changeset viewer.