🔧 Update configuration files 🔧
All checks were successful
release-tag / release-image (push) Successful in 3m56s

Dockerfile
.env.scripts
rootfs/root/docker/setup/03-files.sh
rootfs/usr/local/etc/docker/init.d/01-tor-bridge.sh
rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh
rootfs/usr/local/etc/docker/init.d/03-tor-server.sh
This commit is contained in:
casjay
2025-11-23 08:15:36 -05:00
parent 23efa59f82
commit fa00ad19b9
6 changed files with 5 additions and 2417 deletions

View File

@@ -82,7 +82,7 @@ fi
unset data
# - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script
for tor_bin in relay bridge server; do
for tor_bin in server relay bridge exit; do
if [ ! -f "/usr/local/bin/tor-$tor_bin" ]; then
cp -Rf "$(type -P tor 2>/dev/null)" "/usr/local/bin/tor-$tor_bin"
chmod +x "/usr/local/bin/tor-$tor_bin"