mirror of
https://github.com/casjaysdevdocker/tor
synced 2026-01-27 10:34:47 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/init.d/php.sh rootfs/usr/local/etc/docker/init.d/tor.sh
This commit is contained in:
@@ -175,7 +175,7 @@ __run_precopy() {
|
||||
# Define environment
|
||||
local hostname=${HOSTNAME}
|
||||
# Define actions/commands
|
||||
|
||||
[ -f "/etc/tor/torrc.sample" ] && rm -Rf "/etc/tor"/*.sample
|
||||
# allow custom functions
|
||||
if builtin type -t __run_precopy_local | grep -q 'function'; then __run_precopy_local; fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user