IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32531


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

be more paranoid on checking neb-repair return codes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110622/Nebulous-Server/bin/neb-insedit

    r32503 r32531  
    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.