From fc2cf85447343244ac1701763e99cc6d93194fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 6 Oct 2022 18:17:22 +0200 Subject: [PATCH 1/2] Fix: re-create the log directory in restore script --- scripts/restore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/restore b/scripts/restore index 14e7f2e..1405c4b 100755 --- a/scripts/restore +++ b/scripts/restore @@ -114,6 +114,9 @@ systemctl enable $app.service --quiet #================================================= ynh_script_progression --message="Restoring the logrotate configuration..." --weight=1 +mkdir -p "/var/log/$app/" +touch "/var/log/$app/$app.log" +chown -R $app:$app "/var/log/$app/" ynh_restore_file --origin_path="/etc/logrotate.d/$app" #================================================= From 7e4f4b5ff2d69f38b37869356b37ef8ddb3a85e1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 6 Oct 2022 16:17:28 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 020cfe7..3c61f27 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Fider is a feedback portal that helps teams collect and prioritize customer feed - Markdown support -**Shipped version:** 0.21.1~ynh1 *(:warning: This is the `testing` branch. The [`master` branch](https://github.com/YunoHost-Apps/fider_ynh/tree/master) used in the catalog is currently on version 1.0\~ynh1.)* +**Shipped version:** 0.21.1~ynh1 **Demo:** https://feedback.fider.io diff --git a/README_fr.md b/README_fr.md index f9589cf..67b552c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ Fider is a feedback portal that helps teams collect and prioritize customer feed - Markdown support -**Version incluse :** 0.21.1~ynh1 *(:warning: Il s'agit de la branche `testing`. La [branche `master`](https://github.com/YunoHost-Apps/fider_ynh/tree/master) utilisée dans le catalogue est actuellement en 1.0\~ynh1.)* +**Version incluse :** 0.21.1~ynh1 **Démo :** https://feedback.fider.io