update 2023-11-14 02:01:13

This commit is contained in:
github-actions[bot]
2023-11-14 02:01:13 +08:00
parent b15978999a
commit 3544170204
15 changed files with 2 additions and 269 deletions

View File

@ -1,11 +0,0 @@
#!/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