Update defaults.inc
This commit is contained in:
@@ -41,7 +41,7 @@ if [ -f ${NM_FOLDER}/defaults.local.inc ]; then
|
||||
LOCAL_SERVICES=(${LOCAL_SERVICES})
|
||||
unset IFS
|
||||
|
||||
declare -a NODE_TYPES
|
||||
declare -A NODE_TYPES
|
||||
for nmtype in "${!NM_NODETYPES[@]}"; do
|
||||
echo $nmtype
|
||||
NODE_TYPES+=(${nmtype})
|
||||
|
||||
Reference in New Issue
Block a user