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:
parent
c9885305cf
commit
bb312b9f3f
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ while true; do
|
||||||
_restart
|
_restart
|
||||||
|
|
||||||
if [ "$OMR_TRACKER_STATUS" = "ERROR" ]; then
|
if [ "$OMR_TRACKER_STATUS" = "ERROR" ]; then
|
||||||
sleep "${$OMR_TRACKER_FAILURE_INTERVAL:-5}"
|
sleep "${OMR_TRACKER_FAILURE_INTERVAL:-5}"
|
||||||
else
|
else
|
||||||
sleep "${OMR_TRACKER_INTERVAL:-2}"
|
sleep "${OMR_TRACKER_INTERVAL:-2}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue