Update ADconnection.sh

This commit is contained in:
PierreGoude 2018-03-21 10:07:18 +01:00 committed by GitHub
parent e0dcaea87b
commit b350300eba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1031,7 +1031,7 @@ clear
echo "${MENU}*${NUMBER} 6)${MENU} Search with ldap ${NORMAL}" echo "${MENU}*${NUMBER} 6)${MENU} Search with ldap ${NORMAL}"
echo "${MENU}*${NUMBER} 7)${MENU} Reauthenticate (Ubuntu14 only) ${NORMAL}" echo "${MENU}*${NUMBER} 7)${MENU} Reauthenticate (Ubuntu14 only) ${NORMAL}"
echo "${MENU}*${NUMBER} 8)${MENU} Update from Likewise to Realmd for Ubuntu 14 ${NORMAL}" echo "${MENU}*${NUMBER} 8)${MENU} Update from Likewise to Realmd for Ubuntu 14 ${NORMAL}"
echo "${MENU}*${NUMBER} 9)${MENU} README with examples ${NORMAL}" echo "${MENU}*${NUMBER} 10)${MENU} README with examples ${NORMAL}"
echo "${NORMAL} ${NORMAL}" echo "${NORMAL} ${NORMAL}"
echo "${ENTER_LINE}Please enter a menu option and enter or ${RED_TEXT}enter to exit. ${NORMAL}" echo "${ENTER_LINE}Please enter a menu option and enter or ${RED_TEXT}enter to exit. ${NORMAL}"
read opt read opt
@ -1073,7 +1073,12 @@ while [ opt != '' ]
echo "Update from Likewise to Realmd" echo "Update from Likewise to Realmd"
Realmdupdate Realmdupdate
;; ;;
9) clear; 9)
clear;
echo "Leave domain"
leave
;;
10) clear;
echo "READ ME" echo "READ ME"
readmes readmes
;; ;;