From: Chris Koeritz Date: Thu, 2 May 2019 00:36:13 +0000 (-0400) Subject: fixed wording and paths X-Git-Tag: 2.140.115^2~11 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=89767196f39392203067d98df46b2243531bfbe1 fixed wording and paths --- diff --git a/scripts/customize/fred/scripts/games/gamesaver.sh b/scripts/customize/fred/scripts/games/gamesaver.sh index f90514f6..9f08189a 100644 --- a/scripts/customize/fred/scripts/games/gamesaver.sh +++ b/scripts/customize/fred/scripts/games/gamesaver.sh @@ -62,7 +62,7 @@ function copy_all_save_games() # mainline of script tries out a few locations to back up. # first try our play on linux storage. very individualized for fred. -wine_goods_dir="$HOME/wine_goods" +wine_goods_dir="$HOME/linx/wine_goods" if [ ! -d "$wine_goods_dir" ]; then wine_goods_dir="/cygdrive/c/users/fred/My Documents" fi @@ -76,9 +76,9 @@ fi # this uses a link in the home directory called steam_goods which is connected to # "$HOME/.steam/steam/SteamApps/compatdata/MYNUM/pfx/drive_c/users/steamuser/My Documents" # where MYNUM is replaced with one's steam ID number. -wine_goods_dir="$HOME/steam_goods" +wine_goods_dir="$HOME/linx/steam_goods" if [ ! -d "$wine_goods_dir" ]; then - echo "not trying to back up any wine goods; could not find an appropriate folder." + echo "not trying to back up any steam goods; could not find an appropriate folder." else copy_all_save_games "$wine_goods_dir" fi