mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-01-18 00:34:29 -05:00
🗃️ Committing everything that changed 🗃️
Some checks are pending
release-tag / release-image (push) Waiting to run
Some checks are pending
release-tag / release-image (push) Waiting to run
rootfs/usr/local/etc/docker/init.d/03-tor-server.sh
This commit is contained in:
parent
c7185659aa
commit
21684f55e9
@ -354,7 +354,11 @@ __post_execute() {
|
||||
(
|
||||
# commands to execute
|
||||
while :; do
|
||||
pgrep -q unbound && break || sleep 30
|
||||
if pgrep unbound >/dev/null 2>&1;then
|
||||
break
|
||||
else
|
||||
sleep 30
|
||||
fi
|
||||
done
|
||||
# show message
|
||||
__banner "$postMessageST"
|
||||
|
Loading…
x
Reference in New Issue
Block a user