From: Chris Koeritz Date: Sat, 1 Oct 2016 07:24:50 +0000 (-0400) Subject: one more tiny change, to make full path for fallout 4 storage folder X-Git-Tag: 2.140.90~409 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=e5823d33370dd74e7494d11b12ab6909cf4c5109;p=feisty_meow.git one more tiny change, to make full path for fallout 4 storage folder --- diff --git a/customizing/fred/scripts/gamesaver.sh b/customizing/fred/scripts/gamesaver.sh index f86f305b..4ed8aaaa 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 fallout_4 ; do +for i in skyrim fallout_new_vegas fallout_3 oblivion fallout_4/Saves ; do if [ ! -d "$SPOOLING_OUTPUT_DIR/$i" ]; then mkdir -p "$SPOOLING_OUTPUT_DIR/$i" fi