Update defaults.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user