Update ADconnection.sh

This commit is contained in:
PierreGode 2018-08-09 09:59:32 +02:00 committed by GitHub
parent 2bbb72034f
commit 851cbd1c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1592,13 +1592,14 @@ fi_auth
;;
esac
done
#PRECHECK_FN(){
#fedoras=$( cat /etc/fedora-release | awk '{print $1}' )
#if [ "$fedoras" = "Fedora" ]
#then
#YUM_MENU
#else
#MENU_FN
#fi
#PRECHECK_FN
PRECHECK_FN(){
fedoras=$( cat /etc/fedora-release | awk '{print $1}' )
if [ "$fedoras" = "Fedora" ]
then
YUM_MENU
else
MENU_FN
fi
}
PRECHECK_FN