Update status.inc

This commit is contained in:
2023-12-06 23:48:57 -06:00
parent dbdc80d35d
commit b5daaaab3a

View File

@@ -3,7 +3,7 @@ STATUS(){
start=$(date +%s)
log_start=$(date "+%Y-%m-%d %H:%M:%S")
if [ "${1}" == "report" ]; then
if [ "${1}" == "report" ] || [ "${1}" == "" ]; then
ST_ACTION=${1}
ntypesel=(${NM_NODE_TYPES[@]})
# if [ "${NM_NODETYPES[${ST_ACTION^^}]}" != "" ]; then