Changeset 32549
- Timestamp:
- Oct 13, 2011, 4:10:37 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/bin/neb-repair (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/bin/neb-repair
r32547 r32549 128 128 if ($existance[0] == 1) { 129 129 # We can fix this with culls and replications. 130 print "Attempting to fix this.\n"; 130 131 print("neb-replicate $key\n"); 131 132 system("neb-replicate $key"); … … 135 136 system("neb-cull --volume $bad_volume $key"); 136 137 } 138 else { 139 die "Failed to copy file $valid_file to $f, and subsequent replication also failed!\n"; 140 } 137 141 } 138 die "Failed to copy file $valid_file to $f!\n"; 142 else { 143 die "Failed to copy file $valid_file to $f!\n"; 144 } 139 145 } 140 146 }
Note:
See TracChangeset
for help on using the changeset viewer.
