Update 'image/run.sh'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2021-07-08 13:59:24 +00:00
parent 386fee9991
commit af4bc71f1f
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ echo "===== Checking Certificates ===="
if [ ! -d "/etc/letsencrypt/live/$FQDN" ]; then
echo "Generating new certificates..."
certbot certonly -n --standalone -m dummy@dummy.com --agree-tos --no-eff-email -d $FQDN
else
echo "Certificate exists. Checking renewal..."
certbot renew
fi
echo ""