Update defaults.inc

This commit is contained in:
2023-07-03 21:13:47 -05:00
parent 669e45cbd9
commit 8e2db6efe3

View File

@@ -55,7 +55,7 @@ if [ -f ${FOLDER}/defaults.local.inc ]; then
WEB_SINGLESRVR_DOCKERS=(${WEB_SINGLESRVRDOCKERS})
declare -A NODE_TYPES
for nmtype in "${NM_HOSTS}"; do
for nmtype in "${!NM_HOSTS[@]}"; do
NODE_TYPES+=${nmtype}
echo "$nmtype"
done