diff --git a/ADconnection.sh b/ADconnection.sh index 7f759a4..6076be9 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -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 +