Daniel Gibbs 11 лет назад
Родитель
Сommit
5117b0ad14
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      functions/fn_check_ip

+ 3 - 2
functions/fn_check_ip

@@ -2,7 +2,7 @@
 # LGSM fn_check_ip function
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
-# Version: 170415
+# Version: 120715
 
 # Description: Automatically identifies the server interface IP.
 # If multiple interfaces are detected the user will need to manualy set using ip="0.0.0.0".
@@ -23,8 +23,9 @@ if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then
 		echo -en "${getip}\n"
 		echo -en ""
 		echo -en "http://gameservermanagers.com/network-interfaces"
+		echo -en ""
 		exit
 	else
 		ip=${getip}
 	fi
-fi
+fi