Explorar o código

Merge pull request #1499 from Gamewalker/Gamewalker-syntax-error

fixed 7days2die stop syntax error [: missing `]'
Daniel Gibbs %!s(int64=9) %!d(string=hai) anos
pai
achega
59752fcac9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 '