diff options
-rwxr-xr-x | crypt-expiry-check.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt-expiry-check.in b/crypt-expiry-check.in index 7ce5eae..a1faadd 100755 --- a/crypt-expiry-check.in +++ b/crypt-expiry-check.in @@ -332,7 +332,7 @@ check_remote_file_status() { if ! curl -so "${CERT_TMP}" "${CERTURL}" then - >&2 echo "ERROR: Could not retrieve the certificate at '${CERTURL}'." + >&2 echo "ERROR: Could not retrieve the certificate at '${CERTURL}'." | ${TEE} -a ${MAILOUT_TMP} set_returncode 1 return fi |