From d82127246aff95a4bf6508940cfe1c7e28eeed57 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 7 Jan 2025 00:53:40 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh --- rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh b/rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh index ba2af99..daa34fd 100755 --- a/rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh +++ b/rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh @@ -65,7 +65,7 @@ RESET_ENV="yes" WWW_ROOT_DIR="/usr/share/httpd/default" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Default predefined variables -DATA_DIR="/data/tor" # set data directory +DATA_DIR="/data/tor/relay" # set data directory CONF_DIR="/config/tor/relay" # set config directory # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # set the containers etc directory @@ -75,7 +75,7 @@ ETC_DIR="/etc/tor/relay" VAR_DIR="" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TMP_DIR="/tmp/tor" # set the temp dir -RUN_DIR="/run/tor" # set scripts pid dir +RUN_DIR="/run/tor/relay" # set scripts pid dir LOG_DIR="/data/logs/tor" # set log directory # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Set the working dir