Index: trunk/Nebulous-Server/bin/neb-insedit
===================================================================
--- trunk/Nebulous-Server/bin/neb-insedit	(revision 32524)
+++ trunk/Nebulous-Server/bin/neb-insedit	(revision 32528)
@@ -68,4 +68,7 @@
 # Pre-emptively attempt repair of file.  This will ~double our execution time, but should help the efficiency.
 system("neb-repair $key");
+if ($? >> 8 != 0) {
+    die "Failure to repair $key.\n";
+}
 
 # Do checks now.
