Update ADconnection.sh

This commit is contained in:
PierreGode 2018-08-10 08:50:54 +02:00 committed by GitHub
parent 0cc7248aec
commit dc5dc97144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -426,6 +426,9 @@ debianclient
else else
if [ $"TheOS" = "Ubuntu" ] < /dev/null > /dev/null 2>&1 if [ $"TheOS" = "Ubuntu" ] < /dev/null > /dev/null 2>&1
then then
echo "Ubuntu detected"
echo ""
echo "Checking if it is a Desktop or server"
if [ "$desktop" = "desktop" ] < /dev/null > /dev/null 2>&1 if [ "$desktop" = "desktop" ] < /dev/null > /dev/null 2>&1
then then
echo "Ubuntu detected" echo "Ubuntu detected"