1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Check ovpn_option for automated install. Resolves #436

This commit is contained in:
billz 2019-11-22 14:05:49 +00:00
parent e9954a7af7
commit a6117b47cb

View File

@ -131,7 +131,7 @@ function prompt_install_openvpn() {
else
install_openvpn
fi
else
elif [ "$ovpn_option" == 1 ]; then
install_openvpn
fi
}