Skip to content

Commit

Permalink
fix firewall env var typo (dperson#286)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Kozjak <[email protected]>
  • Loading branch information
mkozjak authored and David Personette committed May 2, 2020
1 parent aee6c4b commit b69ff56
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 @@ -283,7 +283,7 @@ while getopts ":hc:Ddf:a:m:o:p:R:r:v:" opt; do
c) CERT_AUTH="$OPTARG" ;;
D) DEFAULT_GATEWAY="false" ;;
d) DNS="true" ;;
f) FILEWALL="true" ;;
f) FIREWALL="true" ;;
m) MSS="$OPTARG" ;;
o) OTHER_ARGS+=" $OPTARG" ;;
p) eval vpnportforward $(sed 's/^/"/; s/$/"/; s/;/" "/g' <<< $OPTARG) ;;
Expand Down

0 comments on commit b69ff56

Please sign in to comment.