mirror of
				https://github.com/casjaysdevdocker/tor
				synced 2025-11-03 19:02:39 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh
This commit is contained in:
		@@ -253,10 +253,10 @@ PublishServerDescriptor 1
 | 
			
		||||
%include $CONF_DIR/conf.d/*.conf
 | 
			
		||||
 | 
			
		||||
EOF
 | 
			
		||||
    [ -f "$CONF_DIR/conf.d/default.conf" ] || touch "$CONF_DIR/conf.d/default.conf"
 | 
			
		||||
  else
 | 
			
		||||
    exit 1
 | 
			
		||||
    unset EXEC_CMD_BIN EXEC_CMD_ARGS
 | 
			
		||||
  fi
 | 
			
		||||
  [ -f "$CONF_DIR/conf.d/default.conf" ] || touch "$CONF_DIR/conf.d/default.conf"
 | 
			
		||||
 | 
			
		||||
  # allow custom functions
 | 
			
		||||
  if builtin type -t __update_conf_files_local | grep -q 'function'; then __update_conf_files_local; fi
 | 
			
		||||
 
 | 
			
		||||
@@ -276,10 +276,10 @@ DirPortFrontPage /usr/share/tor/html/exit.html
 | 
			
		||||
%include $CONF_DIR/conf.d/*.conf
 | 
			
		||||
 | 
			
		||||
EOF
 | 
			
		||||
    [ -f "$CONF_DIR/conf.d/default.conf" ] || touch "$CONF_DIR/conf.d/default.conf"
 | 
			
		||||
  else
 | 
			
		||||
    exit 1
 | 
			
		||||
    unset EXEC_CMD_BIN EXEC_CMD_ARGS
 | 
			
		||||
  fi
 | 
			
		||||
  [ -f "$CONF_DIR/conf.d/default.conf" ] || touch "$CONF_DIR/conf.d/default.conf"
 | 
			
		||||
 | 
			
		||||
  # allow custom functions
 | 
			
		||||
  if builtin type -t __update_conf_files_local | grep -q 'function'; then __update_conf_files_local; fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user