Explorar el Código

Messages improvements

Daniel Gibbs hace 9 años
padre
commit
4f4f39c28b
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. 5 3
      lgsm/functions/check_ip.sh

+ 5 - 3
lgsm/functions/check_ip.sh

@@ -19,9 +19,11 @@ if [ "${gamename}" != "TeamSpeak 3" ]; then
 
 
 	if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then
 	if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then
 		if [ "${getipwc}" -ge "2" ]; then
 		if [ "${getipwc}" -ge "2" ]; then
-			fn_print_dots ""
-			sleep 0.5
-			fn_print_fail "Multiple active network interfaces found.\n\n"
+			fn_print_dots "Check IP"
+			sleep 1
+			fn_print_fail "Check IP: Multiple active network interfaces found."
+			sleep 1
+			echo -en "\n"
 			fn_print_infomation "Specify the IP you want to use within the ${selfname} script.\n"
 			fn_print_infomation "Specify the IP you want to use within the ${selfname} script.\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"
 			echo -en "${getip}\n"
 			echo -en "${getip}\n"