one more tiny change, to make full path for fallout 4 storage folder
authorChris Koeritz <fred@gruntose.com>
Sat, 1 Oct 2016 07:24:50 +0000 (03:24 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 1 Oct 2016 07:24:50 +0000 (03:24 -0400)
customizing/fred/scripts/gamesaver.sh

index f86f305b74ea7f544bbb72dbe49cb277a602f808..4ed8aaaaaf377cd730003f04dbdbe241d4665c09 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 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