Skip to content

Commit

Permalink
openvpn.sh log derp
Browse files Browse the repository at this point in the history
  • Loading branch information
David Personette committed Jan 26, 2015
1 parent 9af2240 commit 2c78c02
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 @@ -109,5 +109,5 @@ elif [[ $# -ge 1 ]]; then
else
[[ -e /vpn/vpn.conf ]] || { echo "ERROR: VPN not configured!"; sleep 120; }
[[ -e /vpn/vpn-ca.crt ]] || { echo "ERROR: VPN cert missing!"; sleep 120; }
exec openvpn --config /vpn/vpn.conf --log /dev/stdout
exec openvpn --config /vpn/vpn.conf
fi

0 comments on commit 2c78c02

Please sign in to comment.