From 75739588a27fe52cbefc30f4514db454afc8155f Mon Sep 17 00:00:00 2001 From: PierreGode Date: Fri, 10 Aug 2018 09:23:10 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index 20b4874..a16daf6 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -432,7 +432,7 @@ echo "Checking if it is a Desktop or server" if [ "$desktop" = "desktop" ] < /dev/null > /dev/null 2>&1 then echo "Ubuntu Desktop detected" -echo "" +UbuntU else echo " this seems to be a server, swithching to server mode" ubuntuserver14 @@ -456,6 +456,8 @@ fi fi fi fi +} +UbuntU(){ export HOSTNAME myhost=$( hostname ) clear