Updated ws.pm (updated getletsencrypt.sh to python 3.13).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 11 Nov 2024 14:57:47 +0000 (15:57 +0100)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Mon, 11 Nov 2024 14:57:47 +0000 (15:57 +0100)
sources/ws.pm/c3d/postinstall/install-data/usr/local/bin/getletsencrypt.sh

index 76e0f707438ee7c3bba74021faab2fde43cd22a1..2a8b804ccc73dc339a552443d1dee6a8b3ae62d7 100755 (executable)
@@ -34,7 +34,7 @@ then
 fi
 
 cp --archive \
-    /usr/lib/python3.12/site-packages/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf \
+    /usr/lib/python3.13/site-packages/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf \
     $LE_FP_DIRECTORY/options-ssl-apache.conf
 
 if [ -d $LE_DIRECTORY ]