switch to tools script

libtorrentv1
binhex 8 months ago
parent 7d7dcd42d2
commit 3ac3ca96c4

@ -115,7 +115,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

Loading…
Cancel
Save