Browse Source

added script log message about auto ip

pull/1863/head
Daniel Gibbs 7 years ago
parent
commit
3f3e299901
  1. 1
      lgsm/functions/check_ip.sh

1
lgsm/functions/check_ip.sh

@ -73,6 +73,7 @@ if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${travi
core_exit.sh core_exit.sh
else else
fn_print_info_nl "Check IP: ${getip}" fn_print_info_nl "Check IP: ${getip}"
fn_script_log_info "IP automatically set as: ${getip}"
sleep 1 sleep 1
ip="${getip}" ip="${getip}"
fi fi

Loading…
Cancel
Save