1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix tracker

This commit is contained in:
Ycarus 2018-08-03 22:41:47 +02:00
parent 6ff42ba4f3
commit 696b4e220e

View file

@ -202,8 +202,9 @@ while true; do
fi
fi
[ "$OMR_TRACKER_HOSTS" = "$initial_hosts" ] || [ "$OMR_TRACKER_STATUS" = "OK" ] && _post_tracking
#[ "$OMR_TRACKER_HOSTS" = "$initial_hosts" ] || [ "$OMR_TRACKER_STATUS" = "OK" ] && _post_tracking
#[ "$OMR_TRACKER_STATUS" = "ERROR" ] && _restart
_post_tracking
_restart
sleep "$OMR_TRACKER_INTERVAL"