Fix indenting

This commit is contained in:
DrDrrae 2017-08-10 22:25:14 -04:00 committed by GitHub
parent 3adf163455
commit 6ffbfda212

View File

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