From c160aba7283872797ec3805401ab1372ccd16718 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Wed, 26 Jul 2023 10:48:55 +0200 Subject: [PATCH] Update 'manjaro-plasma-wipe.sh' --- manjaro-plasma-wipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manjaro-plasma-wipe.sh b/manjaro-plasma-wipe.sh index 0a3659f..bc27847 100644 --- a/manjaro-plasma-wipe.sh +++ b/manjaro-plasma-wipe.sh @@ -36,7 +36,7 @@ cp /etc/skel/.* $HOME -r echo "Done!" secs=$((5)) while [ $secs -gt 0 ]; do - echo -ne "Restarting in $secs\033[0K\r" + echo -ne "Awaiting restart ... $secs\033[0K\r" sleep 1 : $((secs--)) done