mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-23 16:58:28 +02:00
Echo newline after error details
This commit is contained in:
@@ -355,6 +355,8 @@ http_request() {
|
|||||||
echo >&2
|
echo >&2
|
||||||
echo "Details:" >&2
|
echo "Details:" >&2
|
||||||
cat "${tempcont}" >&2
|
cat "${tempcont}" >&2
|
||||||
|
echo >&2
|
||||||
|
echo >&2
|
||||||
rm -f "${tempcont}"
|
rm -f "${tempcont}"
|
||||||
|
|
||||||
# Wait for hook script to clean the challenge if used
|
# Wait for hook script to clean the challenge if used
|
||||||
|
|||||||
Reference in New Issue
Block a user