🗃️ Committing everything that changed 🗃️
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:
casjay 2025-01-09 03:33:43 -05:00
parent c7185659aa
commit 21684f55e9
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

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