Daniel Gibbs 8 years ago
parent
commit
60a57e6418
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lgsm/functions/info_messages.sh

+ 1 - 1
lgsm/functions/info_messages.sh

@@ -136,7 +136,7 @@ fn_info_message_gameserver(){
 
 		# External server ip
 		if [ -n "${extip}" ]; then
-			if [ "${ip}" != "${extip}"]; then
+			if [ "${ip}" != "${extip}" ]; then
 				echo -e "${blue}Internet IP:\t${default}${extip}:${port}"
 			fi
 		fi