Bläddra i källkod

Updated DST name

Daniel Gibbs 10 år sedan
förälder
incheckning
7eec562dea

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

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

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

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