From e7f7cdbc87b9823adf0b4ef0a7e160836e06e56c Mon Sep 17 00:00:00 2001 From: simono41 Date: Thu, 26 Jul 2018 15:24:45 +0200 Subject: [PATCH] fix --- arch-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-install b/arch-install index 24cb55d..b639984 100755 --- a/arch-install +++ b/arch-install @@ -968,7 +968,7 @@ function abfrage() { if [ "${offline}" != "n" ]; then echo "All my Distros have as default a XFCE4 Desktop!!!" - read -p "Sould the system be started without a login screen? : [y/N] " autostart + read -p "Sould the system be started with a login screen? : [y/N] " autostart [[ -z "${autostart}" ]] && autostart=n fi