Update status.inc

This commit is contained in:
2023-12-03 22:24:36 -06:00
parent 496ffa28f0
commit 3f01c56a54

View File

@@ -753,4 +753,11 @@ REPLCHECK(){
[ "`date +%s`" -gt "${timeout}" ] && timeout=true && break
done
[ "${timeout}" == "true" ] && touch ${NM_TMPFOLDER}/repl.${rcheck}.${nip}.timeout || touch ${NM_TMPFOLDER}/repl.${rcheck}.${nip}.good
}
}
STATUS_SCANTIMES(){
}