Remove base64 encoding of log content in check_certificates.sh for improved clarity
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -27,7 +27,6 @@ create_json() {
|
||||
echo '[]' >$LETSENCRYPT_OUTPUT
|
||||
fi
|
||||
|
||||
LOG=$(cat $LOG_FILE | base64 -w0)
|
||||
TMP_FILE=$(mktemp)
|
||||
jq '
|
||||
if . == null or . == [] then
|
||||
|
Reference in New Issue
Block a user