update 2023-01-30 08:39:40

This commit is contained in:
github-actions[bot]
2023-01-30 08:39:40 +08:00
parent b64acc4778
commit 2c26127498
84 changed files with 2785 additions and 35129 deletions

View File

@ -0,0 +1,11 @@
#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@gost[-1]
add ucitrack gost
set ucitrack.@gost[-1].init=gost
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0