Update ADconnection.sh

This commit is contained in:
PierreGode 2018-03-27 10:41:58 +02:00 committed by GitHub
parent 38679b3f70
commit 3f254639f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,8 +131,7 @@ fi
else
if [ -f /usr/share/lightdm/lightdm.conf.d/50-ubuntu-mate.conf ]
then
sudo sh -c "echo 'greeter-show-manual-login=true' | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-ubuntu-mate.conf"
sudo sh -c "echo 'allow-guest=false' | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-ubuntu-mate.conf"
echo ""
else
echo "No lightdm to configure"
fi