From 7e02be201398dd38253f347aeb50c23609169840 Mon Sep 17 00:00:00 2001 From: Thomas MICHEL <thomas@lydra.fr> Date: Wed, 12 Jan 2022 09:23:54 +0000 Subject: [PATCH] Apply 2 suggestion(s) to 2 file(s) --- README-FR.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-FR.md b/README-FR.md index 73600ef..ee01980 100644 --- a/README-FR.md +++ b/README-FR.md @@ -134,7 +134,7 @@ Pour `owner` et `group`, par défaut le fichier va prendre comme utilisateur pro #### Concernant les mises à jour : Une tâche cron peut être mise en place pour automatiser la vérification des mises à jour système et applications suivant la périodicité de votre choix. - `ynh_autoupdate.scheduled` : Activez la tâche cron en mettant la valeur à "true". - - `ynh_autoupdate.special_time`: Cette variable est obligatoire. Elle permet de préciser quand vous souhaitez que cette tâche soit exécutée. Pour en savoir plus sur les special times, cliquez [ici] (https://docs.ansible.com/ansible/latest/collections/ansible/builtin/cron_module.html) + - `ynh_autoupdate.special_time`: Cette variable est obligatoire. Elle permet de préciser quand vous souhaitez que cette tâche soit exécutée. Pour en savoir plus sur les special times, cliquez [ici](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/cron_module.html) Si des mises à jour sont disponibles, elles sont faites automatiquement. En cas de problème suite à la mise à jour d'une application, vous pouvez lire les logs qui sont disponibles ici `/var/log/yunohost/categories/operation`. Vous avez aussi la possibilité de revenir à la version précédente car Yunohost fait toujours une sauvegarde automatique d'une application lorsqu'elle est mise à jour. Pour en savoir plus sur le fonctionnement des mises à jour dans Yunohost vous pouvez vous rendre [ici](https://yunohost.org/fr/update). Le changelog des versions de Yunohost est aussi disponible [ici](https://forum.yunohost.org/tag/ynh_release). diff --git a/README.md b/README.md index 07210f9..ef99e8b 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ For `owner` and `group`, by default the file will take as owner the name of the #### About the updates: A cron job can been set up to automate the check for system and application updates on a schedule of your choice. - `ynh_autoupdate.scheduled` : Enable the cron job by setting the value to "true". - - `ynh_autoupdate.special_time`: This variable is mandatory. It allows you to specify when you want this task to be executed. To learn more about special times, click [here] (https://docs.ansible.com/ansible/latest/collections/ansible/builtin/cron_module.html) + - `ynh_autoupdate.special_time`: This variable is mandatory. It allows you to specify when you want this task to be executed. To learn more about special times, click [here](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/cron_module.html) If available, updates are done automatically. In case of problems following an application update, you can read logs located in `/var/log/yunohost/categories/operation` . You also have the possibility to rollback to the previous version since Yunohost always makes an automatic backup of an application when it is updated. -- GitLab