change wording

This commit is contained in:
Tobias Powalowski 2024-08-13 15:29:30 +02:00
parent 3bbb151378
commit 7e6d4d7ce3

View file

@ -22,7 +22,7 @@ if ! [[ ${UID} -eq 0 ]]; then
exit 1 exit 1
fi fi
echo -e "\e[1mCleaning blockdevice(s) $*...\e[m" 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 sleep 10
#shellcheck disable=SC2068 #shellcheck disable=SC2068
for i in $@; do for i in $@; do