From d69534751e2cf15aa7add8e8db713fd7131edd1f 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 Signed-off-by: Dennis Schüsselbauer --- net/acme/files/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/acme/files/run.sh b/net/acme/files/run.sh index 1b15bdda35..2401c95f14 100644 --- a/net/acme/files/run.sh +++ b/net/acme/files/run.sh @@ -146,7 +146,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