diff --git a/defaults.inc b/defaults.inc index 51e5bfb5..f6557abc 100755 --- a/defaults.inc +++ b/defaults.inc @@ -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