Skip to content

Commit

Permalink
change log to stdout for up script
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jul 3, 2017
1 parent 1a9a61c commit 9d17acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/root/openvpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ openvpn_cli="/usr/bin/openvpn --cd /config/openvpn --config ${VPN_CONFIG} --daem
if [[ "${VPN_PROV}" == "pia" ]]; then

# add additional flags to pass credentials and ignore local-remote warnings
openvpn_cli="${openvpn_cli} --setenv STRICT_PORT_FORWARD ${STRICT_PORT_FORWARD} --auth-user-pass credentials.conf --disable-occ --remap-usr1 SIGHUP --log-append /config/supervisord.log"
openvpn_cli="${openvpn_cli} --setenv STRICT_PORT_FORWARD ${STRICT_PORT_FORWARD} --auth-user-pass credentials.conf --disable-occ --remap-usr1 SIGHUP --log-append /dev/stdout"

fi

Expand Down

0 comments on commit 9d17acc

Please sign in to comment.