fix(install): reload service in install.sh

This commit is contained in:
SunBK201 2024-02-28 17:38:12 +08:00
parent 8b30efafd6
commit 3f4fe7d346
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,6 @@ UA3F 是新一代 HTTP User-Agent 修改方法,对外作为一个 SOCK5 服务
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

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