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

Fix typo in OMR-Tracker

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-01-17 15:34:32 +01:00
parent c9885305cf
commit bb312b9f3f

View file

@ -611,7 +611,7 @@ while true; do
_restart
if [ "$OMR_TRACKER_STATUS" = "ERROR" ]; then
sleep "${$OMR_TRACKER_FAILURE_INTERVAL:-5}"
sleep "${OMR_TRACKER_FAILURE_INTERVAL:-5}"
else
sleep "${OMR_TRACKER_INTERVAL:-2}"
fi