Update status.inc

This commit is contained in:
2024-01-01 18:56:13 -06:00
parent d9501b4635
commit f39b9ad25b

View File

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