From ac53ff255161752950103b0b8a822720c31645b5 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Mon, 23 Oct 2017 12:40:51 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index 1743f3b..644bc88 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -201,7 +201,7 @@ fi logintrue=$( cat /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf | grep -i -m1 login ) if [ "$logintrue" = "greeter-show-manual-login=true" ] then -echo "50-ubuntu.conf is alresdy configured.. skipping" +echo "50-ubuntu.conf is already configured.. skipping" else sudo sh -c "echo 'greeter-show-manual-login=true' | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf" sudo sh -c "echo 'allow-guest=false' | sudo tee -a /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf"