Skip to content

Commit

Permalink
remove privoxy.sh now inc via int-openvpn
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed May 2, 2019
1 parent 67718dc commit 2eb066d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 53 deletions.
4 changes: 4 additions & 0 deletions build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ else
export VPN_ENABLED="yes"
fi
# env var used by other *vpn images, we always want privoxy enabled
# for this docker image so hard set it to yes.
export ENABLE_PRIVOXY="yes"
if [[ $VPN_ENABLED == "yes" ]]; then
# create directory to store openvpn config files
Expand Down
53 changes: 0 additions & 53 deletions run/nobody/privoxy.sh

This file was deleted.

0 comments on commit 2eb066d

Please sign in to comment.