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
25bd336ea3
commit
19c70674b4
@ -1298,6 +1298,7 @@ read -p "Do you really want to leave the domain: $DOMAIN (y/n)?" yn
|
||||
sudo echo "" | sudo tee /etc/sssd/sssd.conf
|
||||
echo "$DOMAIN has been left"
|
||||
notify-send ADconnection "Left $DOMAIN "
|
||||
linuxclient
|
||||
else
|
||||
echo "something went wrong, try to leave manually"
|
||||
read -r DOMAIN
|
||||
@ -1309,6 +1310,7 @@ read -p "Do you really want to leave the domain: $DOMAIN (y/n)?" yn
|
||||
sudo echo "" | sudo tee /etc/sssd/sssd.conf
|
||||
echo "$DOMAIN has been left"
|
||||
notify-send ADconnection "Left $DOMAIN "
|
||||
linuxclient
|
||||
else
|
||||
echo "something went wrong"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user