Fixed Menu Listing

This commit is contained in:
Swamy Goundar 2020-03-22 19:02:45 -07:00
parent 230459c4e2
commit 74f33d10bc

View file

@ -1273,8 +1273,10 @@ function manageMenu () {
echo "What do you want to do?"
echo " 1) Add a new user"
echo " 2) Revoke existing user"
echo " 3) Remove OpenVPN"
echo " 4) Exit"
echo " 4) List Current Issued Certificates"
echo " 5) List Current Users"
echo " 8) Remove OpenVPN"
echo " 9) Exit"
until [[ "$MENU_OPTION" =~ ^[1-4]$ ]]; do
read -rp "Select an option [1-9]: " MENU_OPTION
done