From: Chris Koeritz Date: Sat, 1 Oct 2016 07:23:12 +0000 (-0400) Subject: modified save folder name to match convention. X-Git-Tag: 2.140.90~410 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=9324c679745724be4b8f67402b0940e438a1370b;p=feisty_meow.git modified save folder name to match convention. --- diff --git a/customizing/fred/scripts/gamesaver.sh b/customizing/fred/scripts/gamesaver.sh index 5e5cad2d..f86f305b 100644 --- a/customizing/fred/scripts/gamesaver.sh +++ b/customizing/fred/scripts/gamesaver.sh @@ -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"