🗃️ Committing everything that changed 🗃️

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

View File

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