From: Zoltán Felleg Date: Tue, 2 Jun 2020 14:11:53 +0000 (+0200) Subject: Updated ws.pm (fixed a typo in 10_certbot.sh). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=261e17baef6db0d4c135d69df93c298f3a4a3d5f;p=user-lxc.git Updated ws.pm (fixed a typo in 10_certbot.sh). --- 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