From 0bd8cd203536bfdab23a7b8dc89266d7fbcade45 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 13 Aug 2024 15:31:38 +0200 Subject: [PATCH] change wording --- usr/bin/archboot-clean-blockdevice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-clean-blockdevice.sh b/usr/bin/archboot-clean-blockdevice.sh index 8bd34bdb9..473a0f34c 100755 --- a/usr/bin/archboot-clean-blockdevice.sh +++ b/usr/bin/archboot-clean-blockdevice.sh @@ -15,7 +15,7 @@ _usage() exit 0 } ################################################## -[[ -z "${1}" ]] && _usage "$@" +[[ -z "${1}" ]] && _usage ### check for root if ! [[ ${UID} -eq 0 ]]; then echo "ERROR: Please run as root user!"