From e601f53872dfcd91e07c1b3e8f74c4deed49fef4 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 19 Apr 2020 19:49:29 +0100 Subject: [PATCH] continue --- lgsm/functions/command_console.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/command_console.sh b/lgsm/functions/command_console.sh index 3d586a526..50dd280dd 100644 --- a/lgsm/functions/command_console.sh +++ b/lgsm/functions/command_console.sh @@ -12,7 +12,7 @@ check.sh fn_print_header # Verbose output -if [ "${consoleverbose}" == "on" ]; then +if [ "${consoleoutput}" == "on" ]; then fn_print_information_nl "${gamename} produces a verbose output to the console." elif [ "${consoleverbose}" == "off" ]; then fn_print_information_nl "${gamename} does NOT produce a verbose output to the console." @@ -30,9 +30,8 @@ fn_print_warning_nl "Do NOT press CTRL+c to exit." echo -e "* https://docs.linuxgsm.com/commands/console" echo -e "" if ! fn_prompt_yn "Continue?" Y; then - core_exit.sh + return fi - fn_print_dots "Accessing console" check_status.sh if [ "${status}" != "0" ]; then