Small fixes

This commit is contained in:
Pierre Gode 2019-04-11 14:37:54 +02:00
parent 4c79582b95
commit bf146b58b6

View File

@ -1356,6 +1356,7 @@ read -r -p "Do you really want to leave the domain: $DOMAIN (y/n)?" yn
echo ""
sudo echo "" | sudo tee /etc/sssd/sssd.conf
echo "$DOMAIN has been left"
echo ""
notify-send ADconnection "Left $DOMAIN "
linuxclient
else
@ -1368,6 +1369,7 @@ read -r -p "Do you really want to leave the domain: $DOMAIN (y/n)?" yn
echo ""
sudo echo "" | sudo tee /etc/sssd/sssd.conf
echo "$DOMAIN has been left"
echo ""
notify-send ADconnection "Left $DOMAIN "
linuxclient
else
@ -1422,6 +1424,7 @@ read -r -p "Do you really want to leave the domain: $DOMAIN (y/n)?" yn
echo ""
sudo echo "" | sudo tee /etc/sssd/sssd.conf
echo "$DOMAIN has been left"
echo ""
notify-send ADconnection "Left $DOMAIN "
else
echo "something went wrong, try to leave manually"
@ -1435,6 +1438,7 @@ read -r -p "Do you really want to leave the domain: $DOMAIN (y/n)?" yn
echo ""
sudo echo "" | sudo tee /etc/sssd/sssd.conf
echo "$DOMAIN has been left"
echo ""
notify-send ADconnection "Left $DOMAIN "
else
echo "something went wrong"