diff --git a/autoshare-ksmbd/files/20-smb-ksmbd b/autoshare-ksmbd/files/20-smb-ksmbd index 819c035f8..4504b249e 100644 --- a/autoshare-ksmbd/files/20-smb-ksmbd +++ b/autoshare-ksmbd/files/20-smb-ksmbd @@ -7,6 +7,7 @@ # 警告:对着屏幕的哥们,我们允许你使用此脚本,但不允许你抹去作者的信息,请保留这段话。 # +/etc/init.d/ksmbd reload [ "$(uci -q get ksmbd.@globals[0].autoshare)" == "1" ] && { /etc/init.d/ksmbd restart exit 0; diff --git a/xray-plugin/Makefile b/xray-plugin/Makefile index ec264661f..1e41ef737 100644 --- a/xray-plugin/Makefile +++ b/xray-plugin/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xray-plugin -PKG_VERSION:=1.5.1 +PKG_VERSION:=1.5.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz