🗃️ Update codebase 🗃️

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

rootfs/usr/local/etc/docker/functions/entrypoint.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-10-22 10:05:12 -04:00
parent 73aa47d7da
commit 94b2ad8971
4 changed files with 4 additions and 9 deletions

View File

@@ -201,7 +201,7 @@ __run_precopy() {
# Define environment
local hostname=${HOSTNAME}
# Define actions/commands
[ -d "$DATA_DIR" ] && mkdir -p "$DATA_DIR"
[ -d "$DATA_DIR" ] || mkdir -p "$DATA_DIR"
# allow custom functions
if builtin type -t __run_precopy_local | grep -q 'function'; then __run_precopy_local; fi