From e5823d33370dd74e7494d11b12ab6909cf4c5109 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 1 Oct 2016 03:24:50 -0400 Subject: [PATCH] one more tiny change, to make full path for fallout 4 storage folder --- customizing/fred/scripts/gamesaver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1