From c01588eefa619e8e4a578790c8491ab04897dab2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Mon, 11 Nov 2024 15:57:47 +0100 Subject: [PATCH] Updated ws.pm (updated getletsencrypt.sh to python 3.13). --- .../postinstall/install-data/usr/local/bin/getletsencrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ws.pm/c3d/postinstall/install-data/usr/local/bin/getletsencrypt.sh b/sources/ws.pm/c3d/postinstall/install-data/usr/local/bin/getletsencrypt.sh index 76e0f70..2a8b804 100755 --- a/sources/ws.pm/c3d/postinstall/install-data/usr/local/bin/getletsencrypt.sh +++ b/sources/ws.pm/c3d/postinstall/install-data/usr/local/bin/getletsencrypt.sh @@ -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 ] -- 2.54.0