From 18b748355b9ad4f7f3e6e9119bd4b21d4a80b992 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Thu, 9 Aug 2018 11:10:43 +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 5d743c9..bf69801 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -406,7 +406,7 @@ linuxclient ################################## Join for linux clients ########################################## linuxclient(){ fedoras=$( cat /etc/fedora-release | awk '{print $1}' ) -Centoss$( hostnamectl | grep -i Operating | awk '{print $3}' ) +Centoss=$( hostnamectl | grep -i Operating | awk '{print $3}' ) if [ "$fedoras" = "Fedora" ] then Fedora_fn