From 111d6d79a0bdc9cf1d860f1a0ff04dc9edbace4d Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 11 Jun 2025 17:49:25 -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 | 4 ++-- 1 file changed, 2 insertions(+), 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 4cf5fbf..40a2467 100755 --- a/rootfs/usr/local/etc/docker/init.d/zz-nginx.sh +++ b/rootfs/usr/local/etc/docker/init.d/zz-nginx.sh @@ -258,10 +258,10 @@ __update_conf_files() { # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # define actions while :; do - printf '\r%s' "waiting for tor to start" + echo "waiting for tor to start" [ -f "/tmp/init_tor_services" ] && sleep 30 || break done - printf '\r%s\n' "The tor server seems to have started " + echo "The tor server seems to have started " for site in "/run/tor/sites"/*; do onion_site="$(basename -- $site)" mkdir -p "/data/htdocs/onions/$onion_site"