From 97c5caabae7fbe61e9bc119d37200f90f79ec7bb Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 16 Jan 2025 12:12:48 -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/03-tor-server.sh --- rootfs/usr/local/etc/docker/init.d/03-tor-server.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootfs/usr/local/etc/docker/init.d/03-tor-server.sh b/rootfs/usr/local/etc/docker/init.d/03-tor-server.sh index a3db16d..5e8fc15 100755 --- a/rootfs/usr/local/etc/docker/init.d/03-tor-server.sh +++ b/rootfs/usr/local/etc/docker/init.d/03-tor-server.sh @@ -373,6 +373,7 @@ __post_execute() { WWW_ROOT_DIR="/data/htdocs/www" fi if [ -d "$DATA_DIR/services" ]; then + echo "Begin current hidden services" [ -f "$WWW_ROOT_DIR/hostnames.html" ] && rm -f "$WWW_ROOT_DIR/hostnames.html" for host in "$DATA_DIR/services"/*/hostname; do name="$(basename "$d")" @@ -380,6 +381,7 @@ __post_execute() { echo "$name: $url" echo ''$name'
' >>"$WWW_ROOT_DIR/hostnames.html" done + echo "End current hidden services" fi # show exit message __banner "$postMessageEnd: Status $retVal"