Browse Source

Moved dst lgsm-default.ini to correct location

pull/1003/head
Daniel Gibbs 9 years ago
parent
commit
b13dcb89e6
  1. 0
      DontStarveTogether/cfg/lgsm-default.ini
  2. 2
      lgsm/functions/install_config.sh

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

2
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

Loading…
Cancel
Save