From 60a57e64180e67fa58e8bcd750d8f47d1a69c537 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 17 Sep 2017 21:22:44 +0100 Subject: [PATCH] space --- lgsm/functions/info_messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 3c8dd9e1c..c7bdc468c 100644 --- a/lgsm/functions/info_messages.sh +++ b/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