From a5e4d5109269369a8fd2f638db6956d6a9a793f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Kr=C3=A4upl?= Date: Mon, 26 Jun 2017 03:54:03 +0200 Subject: [PATCH] fixed syntax error [: missing `]' fixed [ .... ] Stopping sdtdserver: Graceful: telnet: 127.0.0.1/home/sdtdserver/lgsm/functions/command_stop.sh: line 91: [: missing `]' --- lgsm/functions/command_stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_stop.sh b/lgsm/functions/command_stop.sh index 5df29fd0e..6c48a5cd9 100644 --- a/lgsm/functions/command_stop.sh +++ b/lgsm/functions/command_stop.sh @@ -88,7 +88,7 @@ fn_stop_graceful_goldsource(){ # Attempts graceful of 7 Days To Die using telnet. fn_stop_telnet_sdtd(){ - if [ -z "${telnetpass}"]; then + if [ -z "${telnetpass}" ]; then telnetpass="NOTSET" fi sdtd_telnet_shutdown=$( expect -c '