Fix local-outside-function error in docker_network_connect and misuse of warn for background script launches in array_started

This commit is contained in:
Gmer4Lfe
2026-06-27 11:06:10 -04:00
parent ccaf19cfe4
commit bafabe5fb3
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ for relative_path in "${ARRAY_START_SCRIPTS[@]}"; do
if kill -0 "$PID" 2>/dev/null; then
# Still running → continuous script
warn "$SCRIPT_NAME — running (PID $PID) ✅"
log "$SCRIPT_NAME — running (PID $PID) ✅"
(( LAUNCHED++ ))
else
# Exited — check if one-shot success or failure