From ebace5b6fa1429c74a47aa95c2c7217e259bf1e1 Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 1 May 2025 13:47:39 -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/zz-nginx.sh --- rootfs/usr/local/etc/docker/init.d/zz-nginx.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rootfs/usr/local/etc/docker/init.d/zz-nginx.sh b/rootfs/usr/local/etc/docker/init.d/zz-nginx.sh index 463d24f..4c1e441 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-nginx.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-nginx.sh @@ -246,11 +246,10 @@ __update_conf_files() { # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # define actions + echo "waiting for tor to start" while :; do - printf '\r%s' "waiting for tor to start" [ -f "/tmp/init_tor_services" ] && sleep 5 || break done - printf '\r \n' for site in "/run/tor/sites"/*; do onion_site="$(basename -- $site)" mkdir -p "/data/htdocs/onions/$onion_site"