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