瀏覽代碼

fixed syntax error [: missing `]'

fixed [ .... ] Stopping sdtdserver: Graceful: telnet: 127.0.0.1/home/sdtdserver/lgsm/functions/command_stop.sh: line 91: [: missing `]'
Niels Kräupl 9 年之前
父節點
當前提交
a5e4d51092
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lgsm/functions/command_stop.sh

+ 1 - 1
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 '