diff --git a/defaults.inc b/defaults.inc index e5b49bb5..976dd734 100755 --- a/defaults.inc +++ b/defaults.inc @@ -57,8 +57,9 @@ 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}]}) + var=(${NM_HOSTS[${ntype}]}) done unset IFS