mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update ADconnection.sh
This commit is contained in:
parent
e30e37db9a
commit
ac53ff2551
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user