From 261e17baef6db0d4c135d69df93c298f3a4a3d5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Tue, 2 Jun 2020 16:11:53 +0200 Subject: [PATCH] Updated ws.pm (fixed a typo in 10_certbot.sh). --- sources/ws.pm/firstboot/10_certbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ws.pm/firstboot/10_certbot.sh b/sources/ws.pm/firstboot/10_certbot.sh index 0393d05..b3ab464 100755 --- a/sources/ws.pm/firstboot/10_certbot.sh +++ b/sources/ws.pm/firstboot/10_certbot.sh @@ -34,7 +34,7 @@ then done /usr/bin/cp \ --archive \ - /usr/lib/python3.8/site-packages/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf + /usr/lib/python3.8/site-packages/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf \ /etc/letsencrypt/options-ssl-apache.conf systemctl enable certbot-renew.timer systemctl start certbot-renew.timer -- 2.54.0