Explorar el Código

Merge pull request #1485 from GameServerManagers/hotfix/ultimatebyte-20170619

fixed typo/syntax in check_ip.sh
UltimateByte hace 9 años
padre
commit
2070be19b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/check_ip.sh

+ 1 - 1
lgsm/functions/check_ip.sh

@@ -39,7 +39,7 @@ if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${travi
 			echo -en "https://gameservermanagers.com/network-interfaces\n"
 			echo -en ""
 			fn_script_log_fatal "Multiple active network interfaces found."
-			if [ "${legacymode}" == "1" ] then
+			if [ "${legacymode}" == "1" ]; then
 				fn_script_log_fatal "Manually specify the IP you want to use within the ${selfname} script."
 			else
 				fn_script_log_fatal "Manually specify the IP you want to use within: ${configdirserver}."