From 88e431243e8749872731342a772ac5a8ad5d9d8c Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 1 May 2025 12:19:58 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 965d422..93ca31e 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 @@ -381,7 +381,7 @@ __post_execute() { url="$(<"$host")" echo "$name: $url" echo ''$name'
' >>"$WWW_ROOT_DIR/hostnames.html" - touch "/run/tor/sites/$name" + touch "/run/tor/sites/${url//.onion/}" done echo "End current hidden services" fi