mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix omr-tracker
This commit is contained in:
parent
fe5689bf2c
commit
13bd922d30
2 changed files with 11 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
set luci.diag.ping=openmptcprouter.com
|
||||
set luci.diag.dns=openmptcprouter.com
|
||||
set luci.diag.route=openmptcprouter.com
|
||||
set luci.diag.ping="openmptcprouter.com"
|
||||
set luci.diag.dns="openmptcprouter.com"
|
||||
set luci.diag.route="openmptcprouter.com"
|
||||
commit luci
|
||||
EOF
|
||||
rm -f /tmp/luci-indexcache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue