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 }