IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32503


Ignore:
Timestamp:
Oct 6, 2011, 2:13:19 PM (15 years ago)
Author:
watersc1
Message:

Pre-emptively attempt to repair the file before attempting the shift. This should prevent so many errors.

File:
1 edited

Legend:

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

    r32395 r32503  
    6464die "can't connected to Nebulous Server: $nebhost"
    6565    unless defined $neb;
     66
     67
     68# Pre-emptively attempt repair of file.  This will ~double our execution time, but should help the efficiency.
     69system("neb-repair $key");
     70
     71# Do checks now.
    6672
    6773my $stat = $neb->stat($key);
Note: See TracChangeset for help on using the changeset viewer.