Update status.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user