From 3f254639f9427e35d1580119b027847a66a86690 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Tue, 27 Mar 2018 10:41:58 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ADconnection.sh b/ADconnection.sh index 15010ff..79432e0 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -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