From dd59d48abe3cdeeb743857b20776ca0d6aebdae5 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 6 Jan 2025 15:01:10 -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/03-tor-bridge.sh rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh --- rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh | 3 ++- rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh | 3 ++- rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh | 3 ++- 3 files changed, 6 insertions(+), 3 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 121468e..0c99521 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 @@ -230,7 +230,8 @@ __update_conf_files() { # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # custom commands - + chmod 600 /run/tor + chown -Rf ${SERVICE_USER:-$RUNAS_USER}:${SERVICE_GROUP:-$RUNAS_USER} /run/tor # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # replace variables diff --git a/rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh b/rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh index 08475a5..1aa58da 100755 --- a/rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh +++ b/rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh @@ -230,7 +230,8 @@ __update_conf_files() { # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # custom commands - + chmod 600 /run/tor + chown -Rf ${SERVICE_USER:-$RUNAS_USER}:${SERVICE_GROUP:-$RUNAS_USER} /run/tor # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # replace variables diff --git a/rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh b/rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh index d486c9b..61ec949 100755 --- a/rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh +++ b/rootfs/usr/local/etc/docker/init.d/04-tor-hidden.sh @@ -230,7 +230,8 @@ __update_conf_files() { # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # custom commands - + chmod 600 /run/tor + chown -Rf ${SERVICE_USER:-$RUNAS_USER}:${SERVICE_GROUP:-$RUNAS_USER} /run/tor # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # replace variables