Update ADconnection.sh

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

View File

@ -1592,13 +1592,13 @@ 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
MENU_FN