modified save folder name to match convention.
authorChris Koeritz <fred@gruntose.com>
Sat, 1 Oct 2016 07:23:12 +0000 (03:23 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 1 Oct 2016 07:23:12 +0000 (03:23 -0400)
customizing/fred/scripts/gamesaver.sh

index 5e5cad2db066b39cbe4bda4cc801006b7d2247fd..f86f305b74ea7f544bbb72dbe49cb277a602f808 100644 (file)
@@ -31,7 +31,7 @@ function copyem()
 }
 
 # make the output folders if they don't exist.
-for i in skyrim fallout_new_vegas fallout_3 oblivion fallout4 ; do
+for i in skyrim fallout_new_vegas fallout_3 oblivion fallout_4 ; do
   if [ ! -d "$SPOOLING_OUTPUT_DIR/$i" ]; then
     mkdir -p "$SPOOLING_OUTPUT_DIR/$i"
   fi
@@ -52,6 +52,6 @@ copyem "fallout 3" "$WINE_SOURCE_DIR/Fallout3/Saves/Player1" "$SPOOLING_OUTPUT_D
 
 copyem "oblivion" "$WINE_SOURCE_DIR/Oblivion/Saves" "$SPOOLING_OUTPUT_DIR/oblivion/"
 
-copyem "fallout 4" "$WINE_SOURCE_DIR/Fallout4/Saves" "$SPOOLING_OUTPUT_DIR/fallout4/Saves"
+copyem "fallout 4" "$WINE_SOURCE_DIR/Fallout4/Saves" "$SPOOLING_OUTPUT_DIR/fallout_4/Saves"