mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-11-05 08:38:46 +08:00
update 2023-01-30 08:39:40
This commit is contained in:
11
luci-app-gost/root/etc/uci-defaults/gost
Executable file
11
luci-app-gost/root/etc/uci-defaults/gost
Executable 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
|
||||
Reference in New Issue
Block a user