From 410353214f8f332b8bd486345991ca22f8ef83e0 Mon Sep 17 00:00:00 2001 From: binhex Date: Mon, 3 Jun 2024 15:37:58 +0100 Subject: [PATCH] switch to using tools script --- run/nobody/watchdog.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run/nobody/watchdog.sh b/run/nobody/watchdog.sh index fb8fa1b..357219e 100644 --- a/run/nobody/watchdog.sh +++ b/run/nobody/watchdog.sh @@ -86,7 +86,8 @@ while true; do if [ "${sleep_period_counter_secs}" -ge "${sleep_period_incoming_port_secs}" ]; then # run script to check incoming port is accessible - source /home/nobody/checkextport.sh + source tools.sh + check_incoming_port # reset sleep period counter sleep_period_counter_secs=0