From: Zoltán Felleg Date: Mon, 11 Nov 2024 14:57:47 +0000 (+0100) Subject: Updated ws.pm (updated getletsencrypt.sh to python 3.13). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=c01588eefa619e8e4a578790c8491ab04897dab2;p=user-lxc.git Updated ws.pm (updated getletsencrypt.sh to python 3.13). --- 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 ]