Update ADconnection.sh

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

View File

@ -1669,7 +1669,7 @@ fi_auth
done
PRECHECK_FN(){
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
YUM_MENU