Daniel Gibbs 9 anni fa
parent
commit
eb921cb64e
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      lgsm/functions/command_console.sh

+ 2 - 1
lgsm/functions/command_console.sh

@@ -38,7 +38,8 @@ else
 	fn_script_log_error "Failed to access: Server not running"
 	fn_script_log_error "Failed to access: Server not running"
 	sleep 1
 	sleep 1
 	if fn_prompt_yn "Do you want to start the server?" Y; then
 	if fn_prompt_yn "Do you want to start the server?" Y; then
-		exitbypass=1; command_start.sh
+		exitbypass=1
+		command_start.sh
 	fi
 	fi
 fi
 fi