🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/03-tor-server.sh
This commit is contained in:
2025-01-09 03:33:43 -05:00
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"