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