Update defaults.inc

This commit is contained in:
2023-07-03 20:04:16 -05:00
parent 24088a5618
commit 6d26c5c3c1

View File

@@ -59,7 +59,7 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
for ntype in "${NODE_TYPES[@]}"; do
IFS=,
declare NM_HOSTS_${ntype}=(${NM_HOSTS[${ntype}]})
declare NM_HOSTS_${ntype}=(${NM_HOSTS["$ntype"]})
unset IFS
done