This commit is contained in:
simono41 2018-07-26 15:24:45 +02:00
parent 60c89b84fc
commit e7f7cdbc87

View file

@ -968,7 +968,7 @@ function abfrage() {
if [ "${offline}" != "n" ]; then if [ "${offline}" != "n" ]; then
echo "All my Distros have as default a XFCE4 Desktop!!!" 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 [[ -z "${autostart}" ]] && autostart=n
fi fi