From a6148a6bd706fab09da3036b29f58a0d757081ad Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 8 Jun 2021 09:56:19 +0200 Subject: [PATCH] Evaluate option --quiet --- bin/get-centos8-streams-boot | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/get-centos8-streams-boot b/bin/get-centos8-streams-boot index 8f94da3..c395aa4 100755 --- a/bin/get-centos8-streams-boot +++ b/bin/get-centos8-streams-boot @@ -8,7 +8,7 @@ DEBUG="n" QUIET='n' SIMULATE="n" -VERSION="0.2.1" +VERSION="0.2.2" BASE_NAME="$(basename ${0})" BASE_DIR="$(dirname ${0})" @@ -169,6 +169,10 @@ get_options() { VERBOSE="y" shift ;; + -q|--quiet) + QUIET="y" + shift + ;; --nocolor) RED="" YELLOW="" -- 2.39.5