mirror of
				https://github.com/casjaysdevdocker/tor
				synced 2025-10-31 08:02:24 -04:00 
			
		
		
		
	🗃️ 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:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user