🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/zz-nginx.sh
This commit is contained in:
casjay 2025-05-01 13:29:21 -04:00
parent 10d54ea9cf
commit 8b13c439a2
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -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"