From c851cfbf79975d1333385f0de558445c87d0c644 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 27 Jul 2023 09:39:56 +0200 Subject: [PATCH] remove escape code --- usr/bin/archboot-launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-launcher.sh b/usr/bin/archboot-launcher.sh index d78d31d87..9a5e2303d 100755 --- a/usr/bin/archboot-launcher.sh +++ b/usr/bin/archboot-launcher.sh @@ -89,7 +89,7 @@ _exit() { _dialog --infobox "Powering off in 10 seconds...\nDon't forget to remove the boot medium!" 4 50 sleep 10 clear - wall -n "Powering off the system...\e[m" + wall -n "Powering off the system..." sleep 3 poweroff fi