Echo newline after error details

This commit is contained in:
BtbN
2016-08-03 23:50:59 +02:00
committed by Lukas Schauer
parent 34565c193d
commit 117d5d6228
+2
View File
@@ -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