🐶 Sync 2026-04-18 02:04:09

This commit is contained in:
github-actions[bot]
2026-04-18 02:04:09 +08:00
parent 646d2ea077
commit 5eb416f3e2
207 changed files with 3148 additions and 3426 deletions
@@ -0,0 +1,19 @@
#!/bin/sh
[ ! -f "/usr/share/ucitrack/luci-app-verysync.json" ] && {
cat > /usr/share/ucitrack/luci-app-verysync.json << EEOF
{
"config": "verysync",
"init": "verysync"
}
EEOF
}
uci -q batch <<-EOF >/dev/null
delete ucitrack.@verysync[-1]
add ucitrack verysync
set ucitrack.@verysync[-1].init=verysync
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0