Browse Source

updated check_ip info for new config location

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
8005263f4c
  1. 3
      lgsm/functions/check_ip.sh

3
lgsm/functions/check_ip.sh

@ -29,7 +29,8 @@ if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${travi
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 ${selfname} script.\n" fn_print_information "Specify the IP you want to use within the LinuxGSM config file."
echo -en "Location: ${configdir}\n"
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"

Loading…
Cancel
Save