Update ADconnection.sh

This commit is contained in:
PierreGode 2020-04-17 11:29:05 +02:00 committed by GitHub
parent f51cccba1d
commit 0d344ea62b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2229,6 +2229,7 @@ done
################# Precheck for YUM based OS ################# ################# Precheck for YUM based OS #################
PRECHECK_FN(){ PRECHECK_FN(){
## curl your private key in this line
## Precheck sends yum based OS to an own menu ## ## Precheck sends yum based OS to an own menu ##
TheOS=$( hostnamectl | grep -i Operating | awk '{print $3}' ) < /dev/null > /dev/null 2>&1 TheOS=$( hostnamectl | grep -i Operating | awk '{print $3}' ) < /dev/null > /dev/null 2>&1
if [ "$TheOS" = "Fedora" ] if [ "$TheOS" = "Fedora" ]