🗃️ 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
This commit is contained in:
casjay
2025-10-22 09:52:44 -04:00
parent b84ea0c4a4
commit 73aa47d7da
3 changed files with 3 additions and 0 deletions

View File

@@ -201,6 +201,7 @@ __run_precopy() {
# Define environment
local hostname=${HOSTNAME}
# Define actions/commands
[ -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

View File

@@ -201,6 +201,7 @@ __run_precopy() {
# Define environment
local hostname=${HOSTNAME}
# Define actions/commands
[ -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

View File

@@ -201,6 +201,7 @@ __run_precopy() {
# Define environment
local hostname=${HOSTNAME}
# Define actions/commands
[ -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