diff --git a/README.md b/README.md index f98fbe8..33b48c2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Use the admin panel of your Leed to configure this app. ## YunoHost specific features -* Login secured by fail2ban +* Login secured by Fail2Ban #### Multi-users support diff --git a/README_fr.md b/README_fr.md index a96e271..0328af2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/inst ## Résumé Leed (contraction de Light Feed) est un agrégateur RSS/ATOM minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive. -**Version embarquée:** 1.8.3 +**Version embarquée :** 1.8.3 ## Captures d'écran @@ -27,11 +27,11 @@ Utiliser le panneau d'administration de votre Jenkins pour configurer cette appl ## Documentation - * Documentation YunoHost: Il n'y a pas d'autre documentation, n'hésitez pas à contribuer. + * Documentation YunoHost : Il n'y a pas d'autre documentation, n'hésitez pas à contribuer. ## Fonctionnalités spécifiques à YunoHost -* Login sécurisé par fail2ban +* Login sécurisé par Fail2Ban #### Support multi-utilisateurs @@ -46,10 +46,10 @@ Non supportée. ## Liens - * Reporter un bug: https://github.com/YunoHost-Apps/leed_ynh/issues - * Site de Leed: http://leed.idleman.fr/ - * Dépôt de Leed: http://git.idleman.fr/LeedRSS/Leed - * Site de YunoHost: https://yunohost.org/ + * Reporter un bug : https://github.com/YunoHost-Apps/leed_ynh/issues + * Site de Leed : http://leed.idleman.fr/ + * Dépôt de Leed : http://git.idleman.fr/LeedRSS/Leed + * Site de YunoHost : https://yunohost.org/ --- diff --git a/scripts/backup b/scripts/backup index 2844c17..ebed36f 100644 --- a/scripts/backup +++ b/scripts/backup @@ -26,6 +26,7 @@ app=$YNH_APP_INSTANCE_NAME final_path=$(ynh_app_setting_get --app=$app --key=final_path) domain=$(ynh_app_setting_get --app=$app --key=domain) phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) +db_name=$(ynh_app_setting_get --app=$app --key=db_name) #================================================= # DECLARE DATA AND CONF FILES TO BACKUP