mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Update check_process
This commit is contained in:
parent
43fcfdec6f
commit
a9102e4a4f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# See here for more information
|
# See here for more information
|
||||||
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
||||||
|
|
||||||
;; Test with Entreprise Edition
|
;; Test with Enterprise Edition
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
password="admin!42"
|
password="admin!42"
|
||||||
admin_password="admin!42"
|
admin_password="admin!42"
|
||||||
language="fr"
|
language="fr"
|
||||||
version="Entreprise"
|
version="Enterprise"
|
||||||
team_display_name="Mon équipe"
|
team_display_name="Mon équipe"
|
||||||
is_public=1 (PUBLIC|public=1|private=0)
|
is_public=1 (PUBLIC|public=1|private=0)
|
||||||
; Checks
|
; Checks
|
||||||
|
|
Loading…
Add table
Reference in a new issue