diff options
Diffstat (limited to 'docker/auto-certbot')
| -rwxr-xr-x | docker/auto-certbot/daemon.bash | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/auto-certbot/daemon.bash b/docker/auto-certbot/daemon.bash index 2e805cd..0311161 100755 --- a/docker/auto-certbot/daemon.bash +++ b/docker/auto-certbot/daemon.bash @@ -14,7 +14,7 @@ certbot --version  # Check CRUPEST_AUTO_CERTBOT_RENEW_COMMAND is defined.  if [ -z "$CRUPEST_AUTO_CERTBOT_RENEW_COMMAND" ]; then      echo "CRUPEST_AUTO_CERTBOT_RENEW_COMMAND is not defined or empty" -    CRUPEST_AUTO_CERTBOT_RENEW_COMMAND="certbot renew --webroot -w /var/www/certbot" +    CRUPEST_AUTO_CERTBOT_RENEW_COMMAND="certbot renew -n --webroot -w /var/www/certbot"      printf "Will use:\n%s\n" "$CRUPEST_AUTO_CERTBOT_RENEW_COMMAND"  else      printf "CRUPEST_AUTO_CERTBOT_RENEW_COMMAND is defined as:\n%s\n" "$CRUPEST_AUTO_CERTBOT_RENEW_COMMAND"  | 
