Просмотр исходного кода

Line break at end of IP warning

Not having the line break makes it a bit harder than just double-clicking to select the url and copy/paste it.
Efreak 10 лет назад
Родитель
Сommit
3c1e6da572
1 измененных файлов с 2 добавлено и 2 удалено
  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 "Set ip=\"0.0.0.0\" to one of the following:\n"
 			echo -en "${getip}\n"
 			echo -en "${getip}\n"
 			echo -en ""
 			echo -en ""
-			echo -en "http://gameservermanagers.com/network-interfaces"
+			echo -en "http://gameservermanagers.com/network-interfaces\n"
 			echo -en ""
 			echo -en ""
 			exit 1
 			exit 1
 		else
 		else
 			ip=${getip}
 			ip=${getip}
 		fi
 		fi
 	fi
 	fi
-fi
+fi