mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-01-18 06:34:34 -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
|
# commands to execute
|
||||||
while :; do
|
while :; do
|
||||||
pgrep -q unbound && break || sleep 30
|
if pgrep unbound >/dev/null 2>&1;then
|
||||||
|
break
|
||||||
|
else
|
||||||
|
sleep 30
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
# show message
|
# show message
|
||||||
__banner "$postMessageST"
|
__banner "$postMessageST"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user