mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
commit
251ea7df35
4 changed files with 3 additions and 10 deletions
|
@ -43,7 +43,7 @@ Mattermost Mobile and Desktop Apps are available [here](https://mattermost.com/d
|
||||||
- Runtime profiling data and system monitoring reports
|
- Runtime profiling data and system monitoring reports
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 8.1.2~ynh1
|
**Shipped version:** 8.1.2~ynh2
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -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
|
- 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
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Mattermost"
|
||||||
description.en = "Open source collaboration platform built for developers"
|
description.en = "Open source collaboration platform built for developers"
|
||||||
description.fr = "Plateforme de collaboration open source conçue pour les développeurs"
|
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"]
|
maintainers = ["pmorinerie"]
|
||||||
|
|
||||||
|
|
|
@ -9,13 +9,6 @@
|
||||||
source _common.sh
|
source _common.sh
|
||||||
source /usr/share/yunohost/helpers
|
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
|
# CHECK VERSION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue