Browse Source

Fix indenting

pull/964/head
DrDrrae 8 years ago
committed by GitHub
parent
commit
6ffbfda212
  1. 2
      deploy/lighttpd.sh

2
deploy/lighttpd.sh

@ -22,7 +22,7 @@ lighttpd_deploy() {
_debug _cca "$_cca"
_debug _cfullchain "$_cfullchain"
_ssl_path="/etc/acme.sh/lighttpd"
_ssl_path="/etc/acme.sh/lighttpd"
if ! mkdir -p "$_ssl_path"; then
_err "Can not create folder:$_ssl_path"
return 1

Loading…
Cancel
Save