From 6ffbfda2127a4d17ab48acc58844435ac6e5e7d3 Mon Sep 17 00:00:00 2001 From: DrDrrae Date: Thu, 10 Aug 2017 22:25:14 -0400 Subject: [PATCH] Fix indenting --- deploy/lighttpd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/lighttpd.sh b/deploy/lighttpd.sh index ba4bbea3..194ae53d 100644 --- a/deploy/lighttpd.sh +++ b/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