mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
check_process: modernize syntax
This commit is contained in:
parent
10ef78453b
commit
068bc7d399
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,11 @@
|
|||
; Manifest
|
||||
domain="ynhtests.local" (DOMAIN)
|
||||
path="" (PATH)
|
||||
user="admin" (USER)
|
||||
language="fr"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
password="alpine" (PASSWORD)
|
||||
password="alpine"
|
||||
port="8065" (PORT)
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_root=1
|
||||
|
|
Loading…
Add table
Reference in a new issue