🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/zz-nginx.sh
This commit is contained in:
casjay 2025-05-01 13:48:43 -04:00
parent ebace5b6fa
commit 56187da6ba
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -248,7 +248,7 @@ __update_conf_files() {
# define actions
echo "waiting for tor to start"
while :; do
[ -f "/tmp/init_tor_services" ] && sleep 5 || break
[ -f "/tmp/init_tor_services" ] && sleep 30 || break
done
for site in "/run/tor/sites"/*; do
onion_site="$(basename -- $site)"