Update status.inc
This commit is contained in:
@@ -3,7 +3,7 @@ STATUS(){
|
|||||||
start=$(date +%s)
|
start=$(date +%s)
|
||||||
log_start=$(date "+%Y-%m-%d %H:%M:%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
|
if [ "${NM_NODETYPES[${ST_ACTION^^}]}" != "" ]; then
|
||||||
ntss=${ST_ACTION^^}
|
ntss=${ST_ACTION^^}
|
||||||
ntypesel=(${ntss})
|
ntypesel=(${ntss})
|
||||||
|
|||||||
Reference in New Issue
Block a user