mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-17 01:06:13 +00:00
fix: reload service after install success
This commit is contained in:
parent
8b492a3038
commit
76b7219b07
@ -92,5 +92,6 @@ rm /tmp/luci-modulecache/* >/dev/null 2>&1
|
|||||||
rm /tmp/luci-indexcache* >/dev/null 2>&1
|
rm /tmp/luci-indexcache* >/dev/null 2>&1
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
/etc/init.d/ua3f.service reload
|
||||||
echo "Install UA3F Success."
|
echo "Install UA3F Success."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user