From: Alexey I. Froloff Date: Thu, 7 Feb 2019 12:22:56 +0000 (+0300) Subject: net/acme: commit uhttpd configuration if update_httpd set X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F8149%2Fhead;p=feed%2Fpackages.git net/acme: commit uhttpd configuration if update_httpd set uhttpd configuration should be commited when update_uhttpd set. Signed-off-by: Alexey I. Froloff --- diff --git a/net/acme/files/run.sh b/net/acme/files/run.sh index 144cdcd090..b5dfc731dd 100644 --- a/net/acme/files/run.sh +++ b/net/acme/files/run.sh @@ -132,9 +132,9 @@ post_checks() if [ -e /etc/init.d/uhttpd ] && ( [ -n "$UHTTPD_LISTEN_HTTP" ] || [ $UPDATE_UHTTPD -eq 1 ] ); then if [ -n "$UHTTPD_LISTEN_HTTP" ]; then uci set uhttpd.main.listen_http="$UHTTPD_LISTEN_HTTP" - uci commit uhttpd UHTTPD_LISTEN_HTTP= fi + uci commit uhttpd /etc/init.d/uhttpd reload fi