change variable names
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user