Update status.inc

This commit is contained in:
2024-01-13 22:50:11 -06:00
parent 62069ee3a7
commit 557f5cb9c0

View File

@@ -175,7 +175,7 @@ STATUS(){
fi
done
if [ $(($(date +%s)-scanstart)) -gt 600 ]; then
SENDNOTICE "NMG Scan Stuck" "NMG Status scan has been running for 10mins, klling all bash...." 1
SENDNOTICE "NMG Service/Docker Scan Stuck" "NMG Service/Docker scan has been running for 10mins, klling all bash...." 1
killall bash
exit 1
fi