Update defaults.inc

This commit is contained in:
2023-07-03 19:23:48 -05:00
parent 2ca8ed5419
commit 8cb6eac727

View File

@@ -57,9 +57,8 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
WEB_SINGLESRVR_DOCKERS=(${WEB_SINGLESRVRDOCKERS})
for ntype in "${NODE_TYPES[@]}"; do
echo $ntype
var="NM_HOSTS_${ntype}"
var=(${NM_HOSTS[${ntype}]})
declare NM_HOSTS_${ntype}=(${NM_HOSTS[${ntype}]})
var=
done
unset IFS