From 72f35e712e9fedb88384c2f40c73928cc63ab451 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dennis=20Sch=C3=BCsselbauer?= Date: Sat, 28 Aug 2021 04:42:51 +0200 Subject: [PATCH] acme: Fix uhttpd restart to load new certificates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes issue #16256 Bump PKG_RELEASE to 4. Signed-off-by: Dennis Schüsselbauer (cherry picked from commit d69534751e2cf15aa7add8e8db713fd7131edd1f) --- net/acme/Makefile | 2 +- net/acme/files/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/acme/Makefile b/net/acme/Makefile index db4af999cc..dd8cc8d4f4 100644 --- a/net/acme/Makefile +++ b/net/acme/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acme PKG_VERSION:=2.8.5 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/Neilpang/acme.sh/tar.gz/$(PKG_VERSION)? diff --git a/net/acme/files/run.sh b/net/acme/files/run.sh index bec94bccea..ad0f9efb06 100644 --- a/net/acme/files/run.sh +++ b/net/acme/files/run.sh @@ -141,7 +141,7 @@ post_checks() UHTTPD_LISTEN_HTTP= fi uci commit uhttpd - /etc/init.d/uhttpd reload + /etc/init.d/uhttpd restart fi if [ -e /etc/init.d/nginx ] && ( [ "$NGINX_WEBSERVER" -eq 1 ] || [ "$UPDATE_NGINX" -eq 1 ] ); then -- 2.30.2