mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Download at full speed even if interface removed and added back
This commit is contained in:
parent
7ed99f1e38
commit
0d643b0a79
1 changed files with 3 additions and 3 deletions
|
@ -235,9 +235,9 @@ if [ "$OMR_TRACKER_STATUS" = "ERROR" ]; then
|
||||||
fi
|
fi
|
||||||
config_load openmptcprouter
|
config_load openmptcprouter
|
||||||
config_foreach del_server_route server
|
config_foreach del_server_route server
|
||||||
if [ "$(uci -q get openmptcprouter.settings.master)" = "balancing" ]; then
|
#if [ "$(uci -q get openmptcprouter.settings.master)" = "balancing" ]; then
|
||||||
config_foreach set_server_all_routes server
|
# config_foreach set_server_all_routes server
|
||||||
fi
|
#fi
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$default_gw" = "$OMR_TRACKER_DEVICE_GATEWAY" ] || [ "$default_gw" = "" ]; then
|
if [ "$default_gw" = "$OMR_TRACKER_DEVICE_GATEWAY" ] || [ "$default_gw" = "" ]; then
|
||||||
|
|
Loading…
Reference in a new issue