diff --git a/Scripts/Bash/Functions/Commons/cli_printMessage.sh b/Scripts/Bash/Functions/Commons/cli_printMessage.sh index 582cb7d..4373443 100755 --- a/Scripts/Bash/Functions/Commons/cli_printMessage.sh +++ b/Scripts/Bash/Functions/Commons/cli_printMessage.sh @@ -168,9 +168,9 @@ function cli_printMessage { cli_printMessage "`gettext "To know more, run the following command"`:" cli_printMessage "centos-art help --read trunk/Scripts/Functions/$MESSAGE" cli_printMessage '-' --as-separator-line - exit # <-- ATTENTION: Do not remove this line. We use this - # option as convenction to end script - # execution. + exit 1 # <-- ATTENTION: Do not remove this line. We use this + # option as convenction to end script + # execution. ;; --as-yesornorequest-line )