🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/05-custom.sh
rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh
rootfs/usr/local/etc/docker/init.d/01-tor-hidden.sh
rootfs/usr/local/etc/docker/init.d/01-tor-relay.sh
rootfs/usr/local/etc/docker/init.d/01-tor-server.sh
This commit is contained in:
casjay
2025-01-06 14:02:40 -05:00
parent daf36c026f
commit 00bce5b3a1
5 changed files with 12 additions and 9 deletions

View File

@@ -24,7 +24,10 @@ set -o pipefail
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set env variables
exitCode=0
tor_bin="$(type -p tor)"
for s in server relay bridge hidden; do
cp -Rf tor tor-$s
done
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Predefined actions
[ -f "/etc/privoxy/trust.new" ] && mv -f /etc/privoxy/trust.new /etc/privoxy/trust