mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
12 lines
210 B
Bash
Executable File
12 lines
210 B
Bash
Executable File
#!/bin/sh
|
|
|
|
uci -q batch <<-EOF >/dev/null
|
|
delete ucitrack.@baidupcs-web[-1]
|
|
add ucitrack baidupcs-web
|
|
set ucitrack.@baidupcs-web[-1].init=baidupcs-web
|
|
commit ucitrack
|
|
EOF
|
|
|
|
rm -f /tmp/luci-indexcache
|
|
exit 0
|