From e8f4f1b2765017f65ee670416fcb3f07097727ce Mon Sep 17 00:00:00 2001 From: PierreGode Date: Fri, 10 Aug 2018 08:58:35 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index c602941..20b4874 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -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"