From 0d229378deb8e28d9f749a8a62a87a8d4a72eab2 Mon Sep 17 00:00:00 2001 From: actions Date: Tue, 5 Mar 2024 01:00:11 +0800 Subject: [PATCH] luci-app-passwall2: sync upstream --- luci-app-passwall2/Makefile | 2 +- luci-app-passwall2/root/etc/hotplug.d/iface/98-passwall2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}