From b5daaaab3a569c103b4acffaf6609a55ba40d1c8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 6 Dec 2023 23:48:57 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index a58f4dee..ba511f83 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -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