Daniel Gibbs пре 9 година
родитељ
комит
4f4f39c28b
1 измењених фајлова са 5 додато и 3 уклоњено
  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 [ "${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"
 			echo -en "Set ip=\"0.0.0.0\" to one of the following:\n"
 			echo -en "${getip}\n"