Update defaults.inc

This commit is contained in:
2023-07-03 20:11:06 -05:00
parent 8255d73950
commit e558b9a299

View File

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