This commit is contained in:
2024-11-29 15:43:56 -06:00
parent 9e085747ce
commit 783145a600
3 changed files with 4 additions and 3 deletions

View File

@@ -248,8 +248,9 @@ STATUS(){
checked=skip
fi
if [ $(($(date +%s)-scanstart)) -gt 600 ]; then
SENDNOTICE "NMG Scan Stuck" "NMG Status Check has been running for 10mins, klling all bash...." 1
SENDNOTICE "NMG Scan Stuck" "NMG Status Replication Check has been running for 10mins, klling all bash...." 1
touch ${NM_TMPFOLDER}/.replcheck.fail
mv ${STATUSRUN_TMPFOLDER} ${STATUSRUN_TMPFOLDER}.stuck
killall bash
exit 1
fi