update 2026-08-05 01:40:00

This commit is contained in:
action
2026-08-05 01:40:00 +08:00
parent 1b4882dcca
commit fbaf24a1f9
1958 changed files with 1523143 additions and 1 deletions
@@ -0,0 +1,12 @@
#!/bin/sh
touch /etc/config/syncthing
uci -q batch <<-EOF >/dev/null
delete ucitrack.@syncthing[-1]
add ucitrack syncthing
set ucitrack.@syncthing[-1].exec='/etc/init.d/syncthing stop && /etc/init.d/syncthing start'
commit ucitrack
EOF
# remove LuCI cache
rm -f /tmp/luci*
exit 0