🗃️ 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:
casjay
2025-01-06 11:06:25 -05:00
parent 966239aaee
commit 5fb5fc3044
4 changed files with 19 additions and 11 deletions

View File

@@ -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
}