update 2026-08-04 14:22:43

This commit is contained in:
action
2026-08-04 14:22:43 +08:00
parent 13eee19b50
commit dedf7ef28d
19 changed files with 3 additions and 159 deletions
@@ -1,11 +0,0 @@
#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@verysync[-1]
add ucitrack verysync
set ucitrack.@verysync[-1].init=verysync
commit ucitrack
EOF
rm -rf /tmp/luci-*cache
exit 0