diff --git a/README.md b/README.md index abeba1da..bd5ebc7a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ In addition to taking over the functionality of Instagram, the functioning of Pi It is also possible to import your data from Instagram. -**Shipped version:** 0.11.9~ynh2 +**Shipped version:** 0.11.9~ynh3 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 87e9f601..225e9237 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ En plus de reprendre les fonctionnalités d'Instagram, le fonctionnement de Pixe Il est également possible d'importer ses données depuis Instagram. -**Version incluse :** 0.11.9~ynh2 +**Version incluse :** 0.11.9~ynh3 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 534438b0..9b4ba724 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Pixelfed" description.en = "ActivityPub Federated Image Sharing" description.fr = "Logiciel de partage d'image fédéré via ActivityPub" -version = "0.11.9~ynh2" +version = "0.11.9~ynh3" maintainers = ["yalh76", "Lapineige"] diff --git a/scripts/install b/scripts/install index 8519654c..9b385c3b 100644 --- a/scripts/install +++ b/scripts/install @@ -142,7 +142,7 @@ ynh_script_progression --message="Configuring log rotation..." --weight=1 # Use logrotate to manage application logfile(s) ynh_use_logrotate --logfile="/var/log/$app/${app}-horizon.log" -ynh_use_logrotate --logfile="/var/www/$app/storage/logs/laravel.log" +ynh_use_logrotate --logfile="/var/www/$app/storage/logs/laravel.log" --specific_user=$app/www-data #================================================= # PATCH PERMISSIONS for v0.11.5 versions and higher