Browse Source

updated message

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
ebb0e38592
  1. 7
      lgsm/functions/check_ip.sh
  2. 2
      lgsm/functions/fix_ut2k4.sh

7
lgsm/functions/check_ip.sh

@ -25,12 +25,13 @@ if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${travi
sleep 1
echo -en "\n"
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 "Set ${ipinconfigvar} to one of the following:\n"
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"
fi
echo -en "${getip}\n"

2
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
echo "applying server name fix."
sleep 1
echo "forcing server restart..."
echo "forcing server restart."
sleep 1
exitbypass=1
command_start.sh

Loading…
Cancel
Save