luci-app-adbyby-plus: sync with upstream source

This commit is contained in:
CN_SZTL 2020-03-22 19:11:32 +08:00
parent 75d38a002f
commit 0fb31462d2
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ LUCI_DEPENDS:=+adbyby +wget +ipset +dnsmasq-full
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-adbyby-plus
PKG_VERSION:=2.0
PKG_RELEASE:=67
PKG_RELEASE:=68
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -43,6 +43,7 @@ if [ ! -f "/tmp/adbyby.updated" ];then
rm -f /tmp/adbyby/data/*.bak
/etc/init.d/adbyby restart
kill -9 $(busybox ps -w | grep "/tmp/adbyby/adbyby" | grep -v grep | grep -v update | awk '{print $1}') >/dev/null 2>&1
/tmp/adbyby/adbyby >/dev/null 2>&1 &
fi