1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Merge pull request #438 from YunoHost-Apps/testing

Testing
This commit is contained in:
Alexandre Aubin 2023-09-14 10:57:46 +02:00 committed by GitHub
commit 251ea7df35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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"]

View file

@ -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
#=================================================