From 3f01c56a54c386b42ac047af82413d39c0e068f7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Dec 2023 22:24:36 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 246bd71d..f14377df 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -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 -} \ No newline at end of file +} + +STATUS_SCANTIMES(){ + +} + + +