Update status.inc

This commit is contained in:
2023-12-06 23:45:49 -06:00
parent 30f19f20c4
commit d6fd84ae48

View File

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