diff --git a/README.md b/README.md index 235d65f..b23f14d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Some sites do not expose their content to search engines, which means that the p Certain sites may display missing images or encounter formatting issues. This can be attributed to the site's reliance on JavaScript or CSS for image and resource loading, which presents a limitation when accessed through this proxy. If you prefer a full experience, please consider buying a subscription for the site. -**Shipped version:** 0.0.21~ynh1 +**Shipped version:** 0.0.21~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 1c31851..1ba82be 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ Certains sites ne rendent pas leur contenu accessible aux moteurs de recherche, Certains sites peuvent afficher des images manquantes ou rencontrer des problèmes de mise en forme. Cela peut être attribué à la dépendance du site à JavaScript ou CSS pour le chargement d'images et de ressources, ce qui présente une limitation lorsqu'il est accédé via ce proxy. Si vous préférez une expérience complète, veuillez envisager d'acheter un abonnement pour le site. -**Version incluse :** 0.0.21~ynh1 +**Version incluse :** 0.0.21~ynh2 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 07b8db9..3217668 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Ladder" description.en = "Bypass paywalls as 12ft.io does" description.fr = "Contourner les paywall comme le fait 12ft.io" -version = "0.0.21~ynh1" +version = "0.0.21~ynh2" maintainers = ["Gildas-GH"] diff --git a/scripts/restore b/scripts/restore index e2874fa..f1ff5cf 100755 --- a/scripts/restore +++ b/scripts/restore @@ -26,6 +26,9 @@ ynh_script_progression --message="Restoring system configurations related to $ap ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" +mkdir -p /var/log/$app +chown -R $app:www-data /var/log/$app + ynh_restore_file --origin_path="/etc/systemd/system/$app.service" systemctl enable $app.service --quiet