Explorar el Código

Updated DST name

Daniel Gibbs hace 10 años
padre
commit
7eec562dea

+ 1 - 1
DontStarveTogether/dstserver

@@ -44,7 +44,7 @@ appid="343050"
 
 
 # Server Details
 # Server Details
 servicename="dst-server"
 servicename="dst-server"
-gamename="Dont Starve Together"
+gamename="Don't Starve Together"
 engine="dontstarve"
 engine="dontstarve"
 
 
 # Directories
 # 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
 		fn_glibcfixmsg
 		cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}/libstdc++.so.6"
 		cp -v "${rootdir}/steamcmd/linux32/libstdc++.so.6" "${filesdir}/libstdc++.so.6"
 	# Dont Starve Together
 	# Dont Starve Together
-	elif [ "${gamename}" == "Dont Starve Together" ]; then
+	elif [ "${gamename}" == "Don't Starve Together" ]; then
 		glibcversion="2.15"
 		glibcversion="2.15"
 		fn_glibcfixmsg
 		fn_glibcfixmsg
 		cd "${filesdir}/bin/lib32/"
 		cd "${filesdir}/bin/lib32/"

+ 1 - 1
functions/install_complete.sh

@@ -4,7 +4,7 @@
 # Website: http://gameservermanagers.com
 # Website: http://gameservermanagers.com
 lgsm_version="271215"
 lgsm_version="271215"
 
 
-if [ "${gamename}" == "Dont Starve Together" ]; then
+if [ "${gamename}" == "Don't Starve Together" ]; then
   echo ""
   echo ""
   echo "An Authentication Token is required to run this server!"
   echo "An Authentication Token is required to run this server!"
   echo "Follow the instructions in this link to obtain this key"
   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
 	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