Update ADconnection.sh

This commit is contained in:
PierreGode 2018-08-09 11:10:43 +02:00 committed by GitHub
parent 11d1f04847
commit 18b748355b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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