🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/03-tor-server.sh
This commit is contained in:
casjay 2025-05-01 12:19:58 -04:00
parent a1bb44098a
commit 88e431243e
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -381,7 +381,7 @@ __post_execute() {
url="$(<"$host")"
echo "$name: $url"
echo '<a href="http://'$url'">'$name'</a><br />' >>"$WWW_ROOT_DIR/hostnames.html"
touch "/run/tor/sites/$name"
touch "/run/tor/sites/${url//.onion/}"
done
echo "End current hidden services"
fi