|
@@ -205,7 +205,7 @@ elif [ "${gamename}" == "Day of Defeat: Source" ]; then
|
|
|
wget -N /dev/null ${githuburl}/DayOfDefeatSource/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
|
|
wget -N /dev/null ${githuburl}/DayOfDefeatSource/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq
|
|
|
sleep 1
|
|
sleep 1
|
|
|
fn_sourceconfig
|
|
fn_sourceconfig
|
|
|
-elif [ "${gamename}" == "Dont Starve Together" ]; then
|
|
|
|
|
|
|
+elif [ "${gamename}" == "Don't Starve Together" ]; then
|
|
|
echo -e "downloading lgsm-default.ini...\c"
|
|
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/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq
|
|
|
sleep 1
|
|
sleep 1
|