check_cert_for_prosody.sh: no warning if running as cron and all is fine..

This commit is contained in:
Christoph 2020-05-27 10:04:21 +02:00
parent 63c3154024
commit 875465aab7

View File

@ -252,7 +252,9 @@ if [[ -f "$(dirname "$cert_installed")/auth.$(basename "$cert_installed")" ]] \
auth_domain_present=true
else
auth_domain_present=false
if $terminal ; then
warn "no cert/key for auth.${service_domain} present"
fi
fi