Update defaults.inc

This commit is contained in:
2023-07-03 20:13:26 -05:00
parent d62ff33069
commit 69402bb9c8

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