Update defaults.inc

This commit is contained in:
2023-07-03 21:14:48 -05:00
parent d3bf8a4730
commit cccf7984cc

View File

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