mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update ADconnection.sh
This commit is contained in:
parent
11d1f04847
commit
18b748355b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user