mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-01 05:24:11 +00:00
Update edgemax.sh
more formatting fixes
This commit is contained in:
parent
2b129b9aba
commit
195e7f5a79
@ -20,7 +20,6 @@ function atexit() {
|
||||
return "$1"
|
||||
}
|
||||
|
||||
|
||||
#domain keyfile certfile cafile fullchain
|
||||
edgemax_deploy() {
|
||||
_cdomain="$1"
|
||||
@ -73,7 +72,7 @@ edgemax_deploy() {
|
||||
_info "EdgeMax cert-file already set to $lighttpd_pem"
|
||||
fi
|
||||
_info Restarting lighttpd
|
||||
sudo kill -SIGTERM $(cat /var/run/lighttpd.pid)
|
||||
sudo kill -SIGTERM "$(cat /var/run/lighttpd.pid)"
|
||||
sudo /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
|
||||
|
||||
atexit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user