mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-11-24 11:47:03 -05:00
🔧 Update configuration files 🔧
All checks were successful
release-tag / release-image (push) Successful in 3m56s
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user