Some changes to script output.
This commit is contained in:
parent
3bca2aca0a
commit
4d59074cbe
@ -2396,13 +2396,6 @@ if ! \$certs_updated && ! \$certs_processed && \$_successfully_finished_script
|
|||||||
if \$verbose ; then
|
if \$verbose ; then
|
||||||
info "All Certificates are up to date."
|
info "All Certificates are up to date."
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
|
||||||
echo "Output message from dehydrated script:"
|
|
||||||
echo "======================================"
|
|
||||||
echo ""
|
|
||||||
cat \$_logfile
|
|
||||||
echo ""
|
|
||||||
echo ""
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f \$_logfile
|
rm -f \$_logfile
|
||||||
@ -2705,21 +2698,13 @@ if ! \$_successfully_finished_script || grep -i "error:" \$_logfile > /dev/null
|
|||||||
else
|
else
|
||||||
echo -e "\\n[ Error ]: Creating (some) Certificates failed!"
|
echo -e "\\n[ Error ]: Creating (some) Certificates failed!"
|
||||||
echo -e " See also /var/log/\$(basename \$_logfile) \\n"
|
echo -e " See also /var/log/\$(basename \$_logfile) \\n"
|
||||||
|
echo ""
|
||||||
|
echo "Output message from dehydrated script:"
|
||||||
|
echo "======================================"
|
||||||
|
echo ""
|
||||||
|
cat \$_logfile
|
||||||
|
echo ""
|
||||||
fi
|
fi
|
||||||
echo ""
|
|
||||||
echo "Output message from dehydrated script:"
|
|
||||||
echo "======================================"
|
|
||||||
echo ""
|
|
||||||
cat \$_logfile
|
|
||||||
echo ""
|
|
||||||
elif \$verbose ; then
|
|
||||||
echo ""
|
|
||||||
echo ""
|
|
||||||
echo "Output message from dehydrated script:"
|
|
||||||
echo "======================================"
|
|
||||||
echo ""
|
|
||||||
cat \$_logfile
|
|
||||||
echo ""
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f \$_logfile
|
rm -f \$_logfile
|
||||||
|
Loading…
Reference in New Issue
Block a user