🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/03-tor-server.sh
rootfs/usr/local/etc/docker/init.d/zz-nginx.sh
This commit is contained in:
casjay
2025-09-20 07:05:34 -04:00
parent 07f9a0f930
commit a0749a051c
2 changed files with 9 additions and 4 deletions

View File

@@ -376,7 +376,7 @@ __post_execute() {
(
# commands to execute
while :; do
if pgrep unbound >/dev/null 2>&1; then
if __pgrep unbound >/dev/null 2>&1; then
break
else
sleep 10