From 9e2483222ef649daf0eb403fc9a67f9248199bc9 Mon Sep 17 00:00:00 2001 From: Swamy Goundar Date: Fri, 27 Mar 2020 22:28:20 -0700 Subject: [PATCH] Added Placeholder for New Features 6,7,8 to Menu --- openvpn-install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 6e769f5..edd7669 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1360,7 +1360,10 @@ function manageMenu () { echo " 1) Add a new user" echo " 2) Revoke existing user" echo " 3) List Current Issued Certificates" - echo " 4) List Current Users" + echo " 4) List Current Active Users" + echo " 5) Backup Configuration *Incomplete" + echo " 6) Restore Configuration from Backup *Incomplete" + echo " 7) Sync Configuration to Alternate Servers *Incomplete" echo " 8) Remove OpenVPN" echo " 9) Exit" until [[ "$MENU_OPTION" =~ ^[1-4]$ ]]; do