mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-05-09 14:11:20 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/zz-nginx.sh
This commit is contained in:
parent
10d54ea9cf
commit
8b13c439a2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user