diff --git a/README.md b/README.md index abac49a..10d3cef 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ A puppeting bridge between Matrix and Signal packaged as a YunoHost service. Mes **Shipped version:** 0.3.0~ynh1 - ## Disclaimers / important information ## List of known public services diff --git a/README_fr.md b/README_fr.md index 8dd3e26..775354f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,8 +21,7 @@ La passerelle ["Mautrix-Signal"](https://docs.mau.fi/bridges/python/signal/index ** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix-synapse et mautrix_signal en même temps!** -**Version incluse :** 0.3.0~ynh1 - +**Version incluse :** 0.3.0~ynh1 ## Avertissements / informations importantes ## Liste de passerelles publiques diff --git a/scripts/upgrade b/scripts/upgrade index cfdba78..a2286b7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -173,7 +173,7 @@ ynh_add_systemd_config ynh_script_progression --message="Upgrading logrotate configuration..." --weight=1 # Use logrotate to manage app-specific logfile(s) -ynh_use_logrotate +ynh_use_logrotate --nonappend chmod -R 600 "/var/log/$app" chmod 700 "/var/log/$app" chown -R $app:$app /var/log/$app