From 195e7f5a79a64c2627694ccdc39c7d6cf15ab695 Mon Sep 17 00:00:00 2001 From: Evan Swendsen Date: Mon, 29 Jan 2018 11:57:45 -0700 Subject: [PATCH] Update edgemax.sh more formatting fixes --- deploy/edgemax.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy/edgemax.sh b/deploy/edgemax.sh index e75de75e..820d5ddf 100644 --- a/deploy/edgemax.sh +++ b/deploy/edgemax.sh @@ -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