This commit is contained in:
luk.lu
2022-11-15 13:11:10 +08:00
parent 107b073f18
commit 7f15783d70
5 changed files with 16 additions and 11 deletions

View File

@@ -91,7 +91,7 @@ echo "=== Add a new user $NewUser"
source /faronear/fon/sysconfig/debian-add-user.sh $NewUser
echo
echo "=== Enable xfce autologin [/etc/lightdm/lightdm.conf] as <$NewUser> for autologin or <<anything else>> for no change):"
echo "=== Enable xfce autologin [/etc/lightdm/lightdm.conf] as user <$NewUser> for autologin or <<anything else>> for no change):"
read -p ">>> " XfceAutologinUsername
if [ $XfceAutologinUsername = $NewUser ]
then