database_cleanup.sh backs up cdb.0d but doesn't restore it!
authorArt Cancro <ajc@citadel.org>
Thu, 9 Aug 2018 15:51:26 +0000 (11:51 -0400)
committerArt Cancro <ajc@citadel.org>
Thu, 9 Aug 2018 15:51:26 +0000 (11:51 -0400)
OMFG THIS IS GOING TO CAUSE A CATACLYSMIC CHAIN REACTION THAT RIPS APART THE ENTIRE SPACE-TIME CONTINUUM!!!!!1
Fixed.

citadel/database_cleanup.sh.in

index d2907758cfe0eeeb9edbe211ffd7e9ae315e4492..bbfa64674ad01a1c4e09afb410dab82c0977434a 100755 (executable)
@@ -111,7 +111,7 @@ done
 echo Removing old databases
 rm -f ./data/*
 
-for x in 00 01 02 03 04 05 06 07 08 09 0a 0b 0c
+for x in 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d
 do
        filename=cdb.$x
        echo Loading $filename