Remove base64 encoding of log content in check_certificates.sh for improved clarity
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-03-13 08:39:01 +01:00
parent 9a96b891f8
commit 9073684f44

View File

@@ -27,7 +27,6 @@ create_json() {
echo '[]' >$LETSENCRYPT_OUTPUT
fi
LOG=$(cat $LOG_FILE | base64 -w0)
TMP_FILE=$(mktemp)
jq '
if . == null or . == [] then