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(){ + +} + + +