1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00

Merge pull request #75 from YunoHost-Apps/testing

Fix tests preinstall
This commit is contained in:
Salamandar 2023-12-12 17:10:15 +01:00 committed by GitHub
commit c9f9c13e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
"""
# -------------------------------