2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-08 12:40:45 +00:00

fix(genesis): initialize qeth state arrays

This commit is contained in:
Vinícius Ferrão
2026-09-06 00:54:58 -03:00
parent 3b69095b73
commit 173b66f1e1
@@ -80,7 +80,7 @@ activate_channels() {
}
configured_output=$("$znetconf_command" -c 2>/dev/null || true)
declare -a cmdline_arguments explicit_specs ready_channels failed_channels
declare -a cmdline_arguments=() explicit_specs=() ready_channels=() failed_channels=()
rd_znet_present=false
read -r -a cmdline_arguments <"$cmdline_file"
for argument in "${cmdline_arguments[@]}"; do