fix
This commit is contained in:
parent
60c89b84fc
commit
e7f7cdbc87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue