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
a1e6b5ec0c
commit
2bbb72034f
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user