Skip to content

Commit

Permalink
added some customization auto_install, fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
timbo2k committed Mar 5, 2021
1 parent 8cb0f7e commit 976ea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then
manageMenu
else
if [ $# -ge 0 ]; then
if [[ $1 = "y"]]; then
if [[ $1 = "y" ]]; then
installOpenVPN "y"
fi
fi
Expand Down

0 comments on commit 976ea4e

Please sign in to comment.