diff --git a/Scripts/Bash/Functions/Commons/cli.sh b/Scripts/Bash/Functions/Commons/cli.sh index e8ad0b1..e6af9f8 100755 --- a/Scripts/Bash/Functions/Commons/cli.sh +++ b/Scripts/Bash/Functions/Commons/cli.sh @@ -47,7 +47,7 @@ function cli { # (-v | --verbose) controls whether centos-art.sh script prints # messages or not. By default, all messages are suppressed except # those directed to standard error. - local FLAG_VERBOSE='false' + local FLAG_QUIET='false' # Initialize default value to answer flag. The answer flag # (--answer-yes) controls whether centos-art.sh script does or