mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Corrections check_process
This commit is contained in:
parent
d36dedc2aa
commit
72493e313a
1 changed files with 7 additions and 7 deletions
|
@ -3,10 +3,10 @@
|
|||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/rainloop" (PATH)
|
||||
is_public="No" (PUBLIC|public=Yes|private=No)
|
||||
is_public="No" (PUBLIC|public=Yes|private=No)
|
||||
password="password" (PASSWORD)
|
||||
ldap="Yes" (LDAP)
|
||||
lang="English" (LANG)
|
||||
ldap="Yes"
|
||||
lang="English"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
|
@ -29,10 +29,10 @@
|
|||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/rainloop" (PATH)
|
||||
is_public="No" (PUBLIC|public=Yes|private=No)
|
||||
is_public="No" (PUBLIC|public=Yes|private=No)
|
||||
password="password" (PASSWORD)
|
||||
ldap="No" (LDAP)
|
||||
lang="English" (LANG)
|
||||
ldap="No"
|
||||
lang="English"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
|
|
Loading…
Add table
Reference in a new issue