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 esac
done done
PRECHECK_FN(){ #PRECHECK_FN(){
fedoras=$( cat /etc/fedora-release | awk '{print $1}' ) #fedoras=$( cat /etc/fedora-release | awk '{print $1}' )
if [ "$fedoras" = "Fedora" ] #if [ "$fedoras" = "Fedora" ]
then #then
YUM_MENU #YUM_MENU
else #else
MENU_FN #MENU_FN
fi #fi
PRECHECK_FN #PRECHECK_FN
MENU_FN MENU_FN