1
0
Fork 0
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:
Félix Piédallu 2023-12-12 16:17:10 +01:00
parent 4e1451c34e
commit c5c32cdeb2

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