From: Juanyong Dong Date: Wed, 10 Jun 2026 13:49:46 +0000 (+0800) Subject: acme-acmesh: remove duplicated notification on certificate renewal X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6334216e040de2470eb54685e4bb209613514a81;p=openwrt-packages.git acme-acmesh: remove duplicated notification on certificate renewal fix #29703 Signed-off-by: Juanyong Dong --- diff --git a/net/acme-acmesh/Makefile b/net/acme-acmesh/Makefile index 3d59a911f..dd6fa34f9 100644 --- a/net/acme-acmesh/Makefile +++ b/net/acme-acmesh/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acme-acmesh PKG_VERSION:=3.1.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/acmesh-official/acme.sh/tar.gz/$(PKG_VERSION)? diff --git a/net/acme-acmesh/files/hook.sh b/net/acme-acmesh/files/hook.sh index d633029d4..d051d1afb 100644 --- a/net/acme-acmesh/files/hook.sh +++ b/net/acme-acmesh/files/hook.sh @@ -123,7 +123,6 @@ get) case $status in 0) link_certs "$domain_dir" "$main_domain" - $NOTIFY renewed exit ;; 2)