Explorar el Código

added script log message about auto ip

Daniel Gibbs hace 8 años
padre
commit
3f3e299901
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lgsm/functions/check_ip.sh

+ 1 - 0
lgsm/functions/check_ip.sh

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