Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-02-07 12:17:33 +01:00 committed by GitHub
parent e2181c544e
commit b3a9012c57

View File

@ -18,7 +18,7 @@
####################### Setup for Ubuntu16 and Ubuntu 14 clients #######################################
ubuntuclient(){
desktop=$(sudo apt list --installed | grep -i desktop | grep -i ubuntu | cut -d '-' -f1 | grep -i desktop)
if [ $desktop = desktop ]
if [ $? = 0 ]
then
echo ""
else