]> git.street.me.uk Git - andy/dehydrated.git/commitdiff
Echo newline after error details
authorBtbN <btbn@btbn.de>
Tue, 23 Feb 2016 14:05:08 +0000 (15:05 +0100)
committerLukas Schauer <lukas@schauer.so>
Wed, 3 Aug 2016 21:50:59 +0000 (23:50 +0200)
letsencrypt.sh

index 6f5b63edffd1e046affc46d6610fcff89d96b3b5..cfc424455a07dec24663048cbacfe99d5c0fa06c 100755 (executable)
@@ -355,6 +355,8 @@ http_request() {
     echo >&2
     echo "Details:" >&2
     cat "${tempcont}" >&2
+    echo >&2
+    echo >&2
     rm -f "${tempcont}"
 
     # Wait for hook script to clean the challenge if used