IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32528


Ignore:
Timestamp:
Oct 10, 2011, 3:46:30 PM (15 years ago)
Author:
watersc1
Message:

Catch failures of neb-repair.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/bin/neb-insedit

    r32502 r32528  
    6868# Pre-emptively attempt repair of file.  This will ~double our execution time, but should help the efficiency.
    6969system("neb-repair $key");
     70if ($? >> 8 != 0) {
     71    die "Failure to repair $key.\n";
     72}
    7073
    7174# Do checks now.
Note: See TracChangeset for help on using the changeset viewer.