diff --git a/DontStarveTogether/dstserver b/DontStarveTogether/dstserver index 8ecf55c88..fb99037f6 100644 --- a/DontStarveTogether/dstserver +++ b/DontStarveTogether/dstserver @@ -44,7 +44,7 @@ appid="343050" # Server Details servicename="dst-server" -gamename="Dont Starve Together" +gamename="Don't Starve Together" engine="dontstarve" # Directories diff --git a/functions/fix_glibc.sh b/functions/fix_glibc.sh index c61dc5a66..0270788ab 100644 --- a/functions/fix_glibc.sh +++ b/functions/fix_glibc.sh @@ -55,7 +55,7 @@ elif [ "$(ldd --version | sed -n '1 p' | tr -cd '[:digit:]' | tail -c 3)" -lt 21 fn_glibcfixmsg cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}/libstdc++.so.6" # Dont Starve Together - elif [ "${gamename}" == "Dont Starve Together" ]; then + elif [ "${gamename}" == "Don't Starve Together" ]; then glibcversion="2.15" fn_glibcfixmsg cd "${filesdir}/bin/lib32/" diff --git a/functions/install_complete.sh b/functions/install_complete.sh index 1961fa0e4..a782b4f7a 100644 --- a/functions/install_complete.sh +++ b/functions/install_complete.sh @@ -4,7 +4,7 @@ # Website: http://gameservermanagers.com lgsm_version="271215" -if [ "${gamename}" == "Dont Starve Together" ]; then +if [ "${gamename}" == "Don't Starve Together" ]; then echo "" echo "An Authentication Token is required to run this server!" echo "Follow the instructions in this link to obtain this key" diff --git a/functions/install_config.sh b/functions/install_config.sh index 117f675e0..142a680e2 100644 --- a/functions/install_config.sh +++ b/functions/install_config.sh @@ -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 sleep 1 fn_sourceconfig -elif [ "${gamename}" == "Dont Starve Together" ]; then +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 sleep 1