mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
clear OMR_TRACKER_DEVICE_GATEWAY
OMR_TRACKER_DEVICE_GATEWAY variable may change over time and must be cleared in new cycle
This commit is contained in:
parent
05df54a468
commit
16488e34c6
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ while true; do
|
|||
OMR_TRACKER_LATENCY=
|
||||
OMR_TRACKER_TIMEOUT=$((rto / 1000 + (rto % 1000 ? 1 : 0)))
|
||||
OMR_TRACKER_LIST_HOSTS=""
|
||||
OMR_TRACKER_DEVICE_GATEWAY=
|
||||
serverip_ping=false
|
||||
|
||||
if [ -d "/sys/class/net/$OMR_TRACKER_DEVICE" ]; then
|
||||
|
|
Loading…
Reference in a new issue