fix(bootstrap): initialize container arrays under set -u

This commit is contained in:
argenis de la rosa 2026-02-26 20:59:21 -05:00 committed by Argenis
parent 7bea2b89d4
commit 1e70c23c11

View File

@ -685,6 +685,8 @@ is_zeroclaw_resource_name() {
maybe_stop_running_zeroclaw_containers() {
local -a running_ids running_rows
local id name image command row
running_ids=()
running_rows=()
while IFS=$'\t' read -r id name image command; do
if [[ -z "$id" ]]; then