Updated ws.pm (fixed a typo in 10_certbot.sh).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Tue, 2 Jun 2020 14:11:53 +0000 (16:11 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Tue, 2 Jun 2020 14:11:53 +0000 (16:11 +0200)
sources/ws.pm/firstboot/10_certbot.sh

index 0393d05770c26a9486cb207f36ca48435c5caed7..b3ab464988421b962aba053563f714da0e54aae5 100755 (executable)
@@ -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