mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
Add a header for peep errors...
...since the shell's collected output is such a line-break-lacking mess.
This commit is contained in:
@@ -201,6 +201,7 @@ UNLIKELY_EOF
|
||||
rm -rf $TEMP_DIR
|
||||
if [ "$PEEP_STATUS" != 0 ]; then
|
||||
# Report error. (Otherwise, be quiet.)
|
||||
echo "Had a problem while downloading and verifying Python packages:"
|
||||
echo $PEEP_OUT
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user