Răsfoiți Sursa

Moved dst lgsm-default.ini to correct location

Daniel Gibbs 9 ani în urmă
părinte
comite
b13dcb89e6

+ 0 - 0
DontStarveTogether/lgsm-default.ini → DontStarveTogether/cfg/lgsm-default.ini


+ 1 - 1
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