Files
openwrt-packages/luci-app-gost/root/etc/uci-defaults/gost
2023-11-14 08:25:13 +08:00

12 lines
178 B
Bash
Executable File

#!/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