change variable names

This commit is contained in:
2025-08-13 13:54:43 +03:00
parent 5e98593f0a
commit aa341c0d62
4 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Certificates exist
if [ -n "$DOMAIN" -a -d /etc/letsencrypt/live/"$DOMAIN" ]; then
if [ -n "$CERTBOT_DOMAIN" -a -d /etc/letsencrypt/live/"$CERTBOT_DOMAIN" ]; then
# Check certificates and renew them
certbot renew --http-01-port=380