fix(install): reload service

This commit is contained in:
SunBK201 2024-02-17 23:01:43 +08:00
parent bdb66f8e89
commit c5ce9b7de3
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,10 @@ UA3F 是新一代 HTTP User-Agent 修改方法,对外作为一个 SOCK5 服务
安装(升级)脚本:
```sh
opkg update
opkg install curl luci-compat
export url='https://blog.sunbk201.site/cdn' && sh -c "$(curl -kfsSl $url/install.sh)"
service ua3f.service reload
```
## 使用

View File

@ -92,6 +92,5 @@ rm /tmp/luci-modulecache/* >/dev/null 2>&1
rm /tmp/luci-indexcache* >/dev/null 2>&1
if [ $? -eq 0 ]; then
/etc/init.d/ua3f.service reload
echo "Install UA3F Success."
fi