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