Skip to content

Commit

Permalink
additional logging
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Feb 15, 2019
1 parent 6533d91 commit e59214d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run/nobody/privoxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ if [[ "${privoxy_running}" == "false" ]]; then
while [[ $(netstat -lnt | awk "\$6 == \"LISTEN\" && \$4 ~ \".8118\"") == "" ]]; do
sleep 0.1
done


echo "[info] Privoxy process listening on port 8118"
fi

# set privoxy ip to current vpn ip (used when checking for changes on next run)
Expand Down

0 comments on commit e59214d

Please sign in to comment.