mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 16:50:13 +01:00
Update ADconnection.sh
This commit is contained in:
parent
2bbb72034f
commit
851cbd1c7b
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user