Parcourir la source

Merge pull request #599 from Efreak/patch-1

Line break at end of IP warning
Daniel Gibbs il y a 10 ans
Parent
commit
b3a84d50e8
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      functions/check_ip.sh

+ 2 - 2
functions/check_ip.sh

@@ -25,11 +25,11 @@ else
 			echo -en "Set ip=\"0.0.0.0\" to one of the following:\n"
 			echo -en "${getip}\n"
 			echo -en ""
-			echo -en "http://gameservermanagers.com/network-interfaces"
+			echo -en "http://gameservermanagers.com/network-interfaces\n"
 			echo -en ""
 			exit 1
 		else
 			ip=${getip}
 		fi
 	fi
-fi
+fi