(bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriate
[lhc/web/wiklou.git] / maintenance / storage / compressOld.php
index 6f8b48e..7ff102a 100644 (file)
@@ -68,6 +68,6 @@ if ( $success ) {
        print "Done.\n";
 }
 
-exit();
+exit(0);