Update edgemax.sh

more formatting fixes
pull/1226/head
Evan Swendsen 2018-01-29 11:57:45 -07:00 committed by GitHub
parent 2b129b9aba
commit 195e7f5a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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