Update ADconnection.sh

This commit is contained in:
PierreGode 2018-08-10 08:58:35 +02:00 committed by GitHub
parent 46192eb255
commit e8f4f1b276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -431,7 +431,7 @@ echo ""
echo "Checking if it is a Desktop or server"
if [ "$desktop" = "desktop" ] < /dev/null > /dev/null 2>&1
then
echo "Ubuntu detected"
echo "Ubuntu Desktop detected"
echo ""
else
echo " this seems to be a server, swithching to server mode"