From 7e6d4d7ce327d025d55d57cba0ae68f597e88777 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 13 Aug 2024 15:29:30 +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 eebe95e52..8bd34bdb9 100755 --- a/usr/bin/archboot-clean-blockdevice.sh +++ b/usr/bin/archboot-clean-blockdevice.sh @@ -22,7 +22,7 @@ if ! [[ ${UID} -eq 0 ]]; then exit 1 fi echo -e "\e[1mCleaning blockdevice(s) $*...\e[m" -echo -e "\e[91mWARNING: 10 seconds for hitting CTRL+C to stop the process on ${i} now! \e[m" +echo -e "\e[91mWARNING: 10 seconds for hitting CTRL+C to stop the process on $* now! \e[m" sleep 10 #shellcheck disable=SC2068 for i in $@; do