From a6117b47cb5936a7a0aba323499a413a6a0db7c7 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 22 Nov 2019 14:05:49 +0000 Subject: [PATCH] Check ovpn_option for automated install. Resolves #436 --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index b283153e..675dd178 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -131,7 +131,7 @@ function prompt_install_openvpn() { else install_openvpn fi - else + elif [ "$ovpn_option" == 1 ]; then install_openvpn fi }