diff --git a/check_domain_cert.sh b/check_domain_cert.sh index 1d2fdf5..6940e79 100644 --- a/check_domain_cert.sh +++ b/check_domain_cert.sh @@ -62,7 +62,7 @@ check_domain_mx() { if echo -e "QUIT" | timeout 2 nc -z -w2 "$mx_domain" 993; then check_date "$mx_domain" "993" "$email" else - echo -e " ⚠️ Le port 993 n'est pas ouvert sur le domaine MX $mx_domain." + echo -e " ⚠️ Le port 993 n'est pas ouvert sur le domaine MX $mx_domain." fi done for mx_domain in $mx_domains; do