Explorar o código

updated message

Daniel Gibbs %!s(int64=9) %!d(string=hai) anos
pai
achega
ebb0e38592
Modificáronse 2 ficheiros con 5 adicións e 4 borrados
  1. 4 3
      lgsm/functions/check_ip.sh
  2. 1 1
      lgsm/functions/fix_ut2k4.sh

+ 4 - 3
lgsm/functions/check_ip.sh

@@ -25,12 +25,13 @@ if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${travi
 			sleep 1
 			sleep 1
 			echo -en "\n"
 			echo -en "\n"
 			if [ "${ipsetinconfig}" == "1" ]; then
 			if [ "${ipsetinconfig}" == "1" ]; then
-				fn_print_information "Specify the IP you want to use within the server config file ${servercfg}.\n"
+				fn_print_information "Specify the IP you want to use within the game server config file ${servercfg}.\n"
 				echo -en "${servercfgfullpath}\n"
 				echo -en "${servercfgfullpath}\n"
 				echo -en "Set ${ipinconfigvar} to one of the following:\n"
 				echo -en "Set ${ipinconfigvar} to one of the following:\n"
 			else
 			else
-				fn_print_information "Specify the IP you want to use within the LinuxGSM config file."
-				echo -en "Location: ${configdir}\n"
+				fn_print_information_nl "Specify the IP you want to use within a LinuxGSM config file."
+				echo -en "location: ${configdir}\n"
+				echo ""
 				echo -en "Set ip=\"0.0.0.0\" to one of the following:\n"
 				echo -en "Set ip=\"0.0.0.0\" to one of the following:\n"
 			fi
 			fi
 			echo -en "${getip}\n"
 			echo -en "${getip}\n"

+ 1 - 1
lgsm/functions/fix_ut2k4.sh

@@ -19,7 +19,7 @@ sed -i 's/CharSet="iso-8859-1"/CharSet="utf-8"/g' "${systemdir}/UWeb.int"
 sleep 1
 sleep 1
 echo "applying server name fix."
 echo "applying server name fix."
 sleep 1
 sleep 1
-echo "forcing server restart..."
+echo "forcing server restart."
 sleep 1
 sleep 1
 exitbypass=1
 exitbypass=1
 command_start.sh
 command_start.sh