diff --git a/README.md b/README.md index fad40e9..f097606 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d - Runtime profiling data and system monitoring reports -**Shipped version:** 8.1.2~ynh1 +**Shipped version:** 8.1.2~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 5a63f58..2277c50 100644 --- a/README_fr.md +++ b/README_fr.md @@ -42,7 +42,7 @@ Ce paquet peut installer la version [*Entreprise Edition*](https://docs.mattermo - Données de profilage d'exécution et rapports de surveillance du système -**Version incluse :** 8.1.2~ynh1 +**Version incluse :** 8.1.2~ynh2 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index f2fd945..8287457 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Mattermost" description.en = "Open source collaboration platform built for developers" description.fr = "Plateforme de collaboration open source conçue pour les développeurs" -version = "8.1.2~ynh1" +version = "8.1.2~ynh2" maintainers = ["pmorinerie"] diff --git a/scripts/upgrade b/scripts/upgrade index cab1ad3..8285423 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -9,13 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# LOAD SETTINGS -#================================================= -ynh_script_progression --message="Loading installation settings..." --weight=2 - -email=$(ynh_user_get_info --username=$admin --key=mail) - #================================================= # CHECK VERSION #=================================================