This commit is contained in:
2024-01-06 23:44:48 -06:00
parent d1ebfa544b
commit bc9616be85
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ CHECK(){
((nc_count++))
fi
done
if [ $(($(date +%s)-scanstart)) -gt 600 ]; then
if [ $(($(date +%s)-scanstart)) -gt 300 ]; then
SENDNOTICE "NMG Scan Stuck" "DSmon Check scan has been running for 10mins, klling all bash...." 1
killall bash
exit 1