From 10d54ea9cf5787bdbfee36255fcc56e30300f917 Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 1 May 2025 12:24:34 -0400 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 | 1 + 1 file changed, 1 insertion(+) 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 93ca31e..17be66f 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 @@ -377,6 +377,7 @@ __post_execute() { 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 + d="$(dirname -- $host)" name="$(basename "$d")" url="$(<"$host")" echo "$name: $url"