From 79c117dec6e2c6ed61244c5a279729e7341ea18f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 30 Sep 2023 16:56:22 +0200 Subject: [PATCH] add empty line before login routine message --- usr/lib/archboot/login.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index 49fa9f8e8..8c4fe5dd8 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -62,6 +62,7 @@ fi _enter_shell() { # dbus sources profiles again if ! echo "${TTY}" | grep -q pts; then + echo "" echo -e "Hit \e[1m\e[92mENTER\e[m for \e[1mlogin\e[m routine." cd / read -r