mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 03:31:52 +08:00
12 lines
190 B
Bash
Executable File
12 lines
190 B
Bash
Executable File
#!/bin/sh
|
|
|
|
uci -q batch <<-EOF >/dev/null
|
|
delete ucitrack.@sysuh3c[-1]
|
|
add ucitrack sysuh3c
|
|
set ucitrack.@sysuh3c[-1].init=sysuh3c
|
|
commit ucitrack
|
|
EOF
|
|
|
|
rm -f /tmp/luci-indexcache
|
|
exit 0
|