fix(bootstrap): initialize container arrays under set -u
This commit is contained in:
parent
7bea2b89d4
commit
1e70c23c11
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user