From b13dcb89e643117ef54ce744b9a81adb6bfb31ab Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 10 Aug 2016 20:59:08 +0100 Subject: [PATCH] Moved dst lgsm-default.ini to correct location --- DontStarveTogether/{ => cfg}/lgsm-default.ini | 0 lgsm/functions/install_config.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename DontStarveTogether/{ => cfg}/lgsm-default.ini (100%) diff --git a/DontStarveTogether/lgsm-default.ini b/DontStarveTogether/cfg/lgsm-default.ini similarity index 100% rename from DontStarveTogether/lgsm-default.ini rename to DontStarveTogether/cfg/lgsm-default.ini diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index 76e08b3d2..90ebb2ff1 100644 --- a/lgsm/functions/install_config.sh +++ b/lgsm/functions/install_config.sh @@ -247,7 +247,7 @@ elif [ "${gamename}" == "Day of Infamy" ]; then fn_sourceconfig elif [ "${gamename}" == "Don't Starve Together" ]; then echo -e "downloading lgsm-default.ini...\c" - wget -N /dev/null ${githuburl}/DontStarveTogether/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null ${githuburl}/DontStarveTogether/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_defaultconfig elif [ "${gamename}" == "Double Action: Boogaloo" ]; then