mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
Remove multi-instance and root tests
This commit is contained in:
parent
931ce19110
commit
6418e0fb57
1 changed files with 3 additions and 3 deletions
|
@ -4,20 +4,20 @@
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
language="fr"
|
language="fr"
|
||||||
disablecacheck=0
|
disablecacheck=1
|
||||||
; pre-install
|
; pre-install
|
||||||
sudo yunohost domain add --verbose baikaldomain.tld --admin-password $PASSWORD
|
sudo yunohost domain add --verbose baikaldomain.tld --admin-password $PASSWORD
|
||||||
sudo yunohost app install baikal -a "domain=baikaldomain.tld&path=/baikal&password=admin"
|
sudo yunohost app install baikal -a "domain=baikaldomain.tld&path=/baikal&password=admin"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
setup_root=1
|
setup_root=0
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=0
|
setup_public=0
|
||||||
upgrade=1
|
upgrade=1
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=0
|
||||||
incorrect_path=1
|
incorrect_path=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=0
|
change_url=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue