Update status.inc
This commit is contained in:
@@ -23,7 +23,7 @@ STATUS(){
|
||||
ntypesel=(${NM_NODE_TYPES[@]})
|
||||
fi
|
||||
|
||||
for NTYPE in "${ntypesel}"; do
|
||||
for NTYPE in "${ntypesel[@]}"; do
|
||||
echo "HERE: $NTYPE"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user