This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
acme: Fix uhttpd restart to load new certificates
Fixes issue
#16256
Signed-off-by: Dennis Schüsselbauer <scde@users.noreply.github.com>
lilik-openwrt-22.03
Dennis Schüsselbauer
3 years ago
committed by
Rosen Penev
parent
a28d632e78
commit
d69534751e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/acme/files/run.sh
+ 1
- 1
net/acme/files/run.sh
View File
@ -146,7 +146,7 @@ post_checks() {
UHTTPD_LISTEN_HTTP
=
fi
uci commit uhttpd
/etc/init.d/uhttpd re
load
/etc/init.d/uhttpd re
start
fi
if
[
-e /etc/init.d/nginx
]
&&
{
[
"
$NGINX_WEBSERVER
"
-eq
1
]
||
[
"
$UPDATE_NGINX
"
-eq
1
]
;
}
;
then
Write
Preview
Loading…
Cancel
Save