mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
Fix tests preinstall
This commit is contained in:
parent
4e1451c34e
commit
c5c32cdeb2
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ test_format = 1.0
|
|||
preinstall = """
|
||||
sudo yunohost tools update apps
|
||||
sudo yunohost domain add baikaldomain.tld
|
||||
sudo yunohost app install baikal --force -a "domain=baikaldomain.tld&path=/baikal&password=admin"
|
||||
sudo yunohost app install baikal --force \
|
||||
-a "domain=baikaldomain.tld&path=/baikal&password=admin&init_main_permission=all_users"
|
||||
"""
|
||||
|
||||
# -------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue