From b858a8b74cd4c57881c36417d2a51332959ce759 Mon Sep 17 00:00:00 2001 From: Swamy Goundar Date: Sun, 22 Mar 2020 19:04:25 -0700 Subject: [PATCH] Menu Updates --- openvpn-install.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index de402c2..9c6fad7 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1273,8 +1273,8 @@ function manageMenu () { echo "What do you want to do?" echo " 1) Add a new user" echo " 2) Revoke existing user" - echo " 4) List Current Issued Certificates" - echo " 5) List Current Users" + echo " 3) List Current Issued Certificates" + echo " 4) List Current Users" echo " 8) Remove OpenVPN" echo " 9) Exit" until [[ "$MENU_OPTION" =~ ^[1-4]$ ]]; do @@ -1288,9 +1288,13 @@ function manageMenu () { 2) revokeClient ;; - 4) + 3) listcerts ;; + 4) + echo "TBD" + ;; + 8)