🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/03-tor-server.sh
This commit is contained in:
casjay 2025-05-01 13:30:45 -04:00
parent 8b13c439a2
commit 3592843266
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -190,7 +190,6 @@ __execute_prerun() {
local hostname=${HOSTNAME}
# Define actions/commands
touch "/tmp/init_tor_services"
sleep 30
# allow custom functions
if builtin type -t __execute_prerun_local | grep -q 'function'; then __execute_prerun_local; fi
}