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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user