Fixed Menu Listing
This commit is contained in:
parent
230459c4e2
commit
74f33d10bc
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue