From b3b30ab49b3d89e7a8681b0c3b1241689631aa9e Mon Sep 17 00:00:00 2001 From: Swamy Goundar Date: Sat, 28 Mar 2020 23:28:01 -0700 Subject: [PATCH] Fixed Restore Script Error --- openvpn-install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 8974d4e..cca2f9f 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1412,8 +1412,12 @@ date } function restoreconfig () { - - +#################################### +# +# Restore script. +# +#################################### +echo "Restore Script" } function manageMenu () {