File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
66
77PKG_MAINTAINER: =nosignal <https://github.com/nosignals/neko>
88PKG_NAME: =luci-app-neko
9- PKG_VERSION: =1.2.3 -beta
9+ PKG_VERSION: =1.2.4 -beta
1010
1111PKG_BUILD_DIR: =$(BUILD_DIR ) /$(PKG_NAME )
1212
@@ -93,4 +93,4 @@ define Package/$(PKG_NAME)/install
9393 $(CP ) $(PKG_BUILD_DIR ) /htdocs/* $(1 ) /www/
9494endef
9595
96- $(eval $(call BuildPackage,$(PKG_NAME)))
96+ $(eval $(call BuildPackage,$(PKG_NAME)))
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments