From: Frank Brehm Date: Tue, 8 Jun 2021 07:56:19 +0000 (+0200) Subject: Evaluate option --quiet X-Git-Tag: 2.2.6^2^2~7 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=a6148a6bd706fab09da3036b29f58a0d757081ad;p=pixelpark%2Fcreate-vmware-tpl.git Evaluate option --quiet --- 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=""