Skip to content

Commit

Permalink
switch to using tools script
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jun 3, 2024
1 parent 624aec6 commit 98d659b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run/nobody/watchdog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,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
Expand Down

0 comments on commit 98d659b

Please sign in to comment.