Skip to content

Commit

Permalink
openvpn.sh derp
Browse files Browse the repository at this point in the history
  • Loading branch information
David Personette committed Jun 16, 2017
1 parent cea2d4a commit 0651975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ done
shift $(( OPTIND - 1 ))

[[ "${CERT_AUTH:-""}" ]] && cert_auth "$CERT_AUTH"
[[ "${FIREWALL:-""}" || -e $file ]] && firewall "$FIREWALL"
[[ "${FIREWALL:-""}" || -e $file ]] && firewall "${FIREWALL:-""}"
[[ "${ROUTE:-""}" ]] && return_route "$ROUTE"
[[ "${TZ:-""}" ]] && timezone "$TZ"
[[ "${VPN:-""}" ]] && eval vpn $(sed 's/^\|$/"/g; s/;/" "/g' <<< $VPN)
Expand Down

0 comments on commit 0651975

Please sign in to comment.