From b372e0930c6d3018d8c72990aced4bca099ede94 Mon Sep 17 00:00:00 2001 From: Michael Rennecke <michael.rennecke@gmail.com> Date: Sun, 19 Apr 2020 21:02:45 +0200 Subject: [PATCH] fix update script --- roles/haproxy/files/update_haproxy_certs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/files/update_haproxy_certs.sh b/roles/haproxy/files/update_haproxy_certs.sh index db93f45..8a4a158 100755 --- a/roles/haproxy/files/update_haproxy_certs.sh +++ b/roles/haproxy/files/update_haproxy_certs.sh @@ -7,7 +7,7 @@ while read -r domain do if [ ! -d "/etc/letsencrypt/live/$domain" ] then - certbot certonly --standalone \ + certbot certonly \ -d "$domain" \ --non-interactive \ --agree-tos \