From 8b13c439a2e3445e03ea967a68a8887b52225b8b Mon Sep 17 00:00:00 2001 From: casjay Date: Thu, 1 May 2025 13:29:21 -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, 2 insertions(+), 1 deletion(-) 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 53d966d..5a768cc 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-nginx.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-nginx.sh @@ -247,9 +247,10 @@ __update_conf_files() { # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # define actions while [ -f "/tmp/init_tor_services" ]; do - echo "waiting for tor to start" + printf '\r%s' "waiting for tor to start" sleep 5 done + printf '\r \n' for site in "/run/tor/sites"/*; do onion_site="$(basename -- $site)" mkdir -p "/data/htdocs/onions/$onion_site"