mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-20 16:23:51 +01:00
Echo newline after error details
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user