X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fcustomize%2Ffred%2Fscripts%2Fgamesaver.sh;fp=scripts%2Fcustomize%2Ffred%2Fscripts%2Fgamesaver.sh;h=43aa8d411a2b6bdc8ab94adad9654422f2f30c71;hb=5ad476124a41c924aa19e45d676752e8538506ea;hp=9831fd58ce3708123ed7c574f130a2cf50b3d028;hpb=51b29ecaced0934142a704e6a96621b70178e0f4;p=feisty_meow.git diff --git a/scripts/customize/fred/scripts/gamesaver.sh b/scripts/customize/fred/scripts/gamesaver.sh index 9831fd58..43aa8d41 100644 --- a/scripts/customize/fred/scripts/gamesaver.sh +++ b/scripts/customize/fred/scripts/gamesaver.sh @@ -8,7 +8,7 @@ source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" #we are missing the netcp thing. why???? WINE_SOURCE_DIR="$HOME/wine_goods/My Games" -SPOOLING_OUTPUT_DIR="$HOME/spooling_saves" +SPOOLING_OUTPUT_DIR="$HOME/data/spooling_saves" if [ ! -d "$WINE_SOURCE_DIR" ]; then WINE_SOURCE_DIR="/cygdrive/c/users/fred/My Documents/My Games" @@ -18,6 +18,11 @@ if [ ! -d "$WINE_SOURCE_DIR" ]; then exit 1 fi +if [ ! -d "$SPOOLING_OUTPUT_DIR" ]; then + mkdir -p "$SPOOLING_OUTPUT_DIR" + check_result Creating spooling output directory. +fi + # copies the files for a particular game out to a spooling folder. function copyem() {