s
continuous-integration/drone/push Build is passing Details

This commit is contained in:
quackerd 2021-04-10 05:42:49 -04:00
parent 1fd8cafdb8
commit fa51a8a7fc
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -30,7 +30,7 @@ echo ""
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"
certbot certonly -n --standalone -m dummy@dummy.com --agree-tos --no-eff-email -d $FQDN
else
echo "Certificate exists. Checking renewal..."
certbot renew