Skip to content

Commit 15e2259

Browse files
authored
Merge pull request #14 from nosignals/dev
fix firewall stucking & bump newest version
2 parents 35dafe8 + b6f78a5 commit 15e2259

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

luci-app-neko/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
66

77
PKG_MAINTAINER:=nosignal <https://github.com/nosignals/neko>
88
PKG_NAME:=luci-app-neko
9-
PKG_VERSION:=1.2.3-beta
9+
PKG_VERSION:=1.2.4-beta
1010

1111
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
1212

@@ -93,4 +93,4 @@ define Package/$(PKG_NAME)/install
9393
$(CP) $(PKG_BUILD_DIR)/htdocs/* $(1)/www/
9494
endef
9595

96-
$(eval $(call BuildPackage,$(PKG_NAME)))
96+
$(eval $(call BuildPackage,$(PKG_NAME)))

luci-app-neko/root/etc/neko/core/singbox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ singbox_stop(){
137137
kill `cat $singbox_pid_path`
138138
rm $singbox_pid_path
139139
rm -f $neko_dir/singbox.json
140-
rpid=`pgrep sing-box`
140+
rpid=`pgrep sing-box|reload`
141141
if [[ -n $rpid ]] ; then
142142
kill $rpid
143143
fi
@@ -178,4 +178,4 @@ while getopts ":skrh" signal ; do
178178
echo "Please Use ROOT User"
179179
;;
180180
esac
181-
done
181+
done

0 commit comments

Comments
 (0)