Echo newline after error details

This commit is contained in:
BtbN
2016-02-23 15:05:08 +01:00
committed by Lukas Schauer
parent 34565c193d
commit 117d5d6228

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