diff --git a/luci-app-passwall2/Makefile b/luci-app-passwall2/Makefile index 8bdfe1e68..8fb7a113a 100644 --- a/luci-app-passwall2/Makefile +++ b/luci-app-passwall2/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-passwall2 -PKG_VERSION:=1.27-2 +PKG_VERSION:=1.27-3 PKG_RELEASE:= PKG_CONFIG_DEPENDS:= \ diff --git a/luci-app-passwall2/root/etc/hotplug.d/iface/98-passwall2 b/luci-app-passwall2/root/etc/hotplug.d/iface/98-passwall2 index 688ccb072..73c746353 100644 --- a/luci-app-passwall2/root/etc/hotplug.d/iface/98-passwall2 +++ b/luci-app-passwall2/root/etc/hotplug.d/iface/98-passwall2 @@ -15,7 +15,7 @@ fi echo $$ > ${LOCK_FILE} - /etc/init.d/passwall2 restart + /etc/init.d/passwall2 restart >/dev/null 2>&1 & echo "passwall2: restart when $INTERFACE ifup" > /dev/kmsg rm -rf ${LOCK_FILE}