Update status.inc

This commit is contained in:
2024-01-01 16:42:21 -06:00
parent 7f92f7358e
commit 9e6687b3ae

View File

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