|
|
@ -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" |
|
|
|