mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-10-14 08:02:34 -04:00
🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 16s
Some checks failed
release-tag / release-image (push) Failing after 16s
rootfs/tmp/etc/php84/php-fpm.conf rootfs/usr/local/etc/docker/init.d/03-tor-server.sh rootfs/usr/local/etc/docker/init.d/99-php-fpm.sh rootfs/usr/local/etc/docker/init.d/zz-nginx.sh
This commit is contained in:
@@ -276,7 +276,10 @@ __update_conf_files() {
|
||||
sleep 10
|
||||
wait_count=$((wait_count + 1))
|
||||
done
|
||||
[ $wait_count -ge $max_wait ] && echo "⚠️ Timeout waiting for tor services, continuing anyway"
|
||||
if [ $wait_count -ge $max_wait ]; then
|
||||
echo "⚠️ Timeout waiting for tor services, continuing anyway"
|
||||
return 0
|
||||
fi
|
||||
echo "The tor server seems to have started "
|
||||
for site in "/run/tor/sites"/*; do
|
||||
onion_site="$(basename -- $site)"
|
||||
|
Reference in New Issue
Block a user