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

Reset circleCi cache

This commit is contained in:
Ycarus 2018-04-05 17:29:05 +02:00
parent feeb9059c4
commit 1720ff894d
3 changed files with 13 additions and 4 deletions

View file

@ -0,0 +1,14 @@
#!/bin/sh
uci -q batch <<-EOF >/dev/null
set luci.diag=external
set luci.diag.ping="openmptcprouter.com"
set luci.diag.dns="openmptcprouter.com"
set luci.diag.route="openmptcprouter.com"
set luci.diag.iperf3="ping-ams1.online.net"
set luci.diag.getip="ip.openmptcprouter.com"
commit luci
EOF
rm -f /tmp/luci-indexcache
exit 0