1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/domoticz_ynh.git synced 2024-09-03 18:26:17 +02:00

add preinstall step

This commit is contained in:
Krakinou 2024-01-21 12:54:09 +01:00
parent 1f9fd75dd0
commit c0b5a5b6d4

View file

@ -2,6 +2,11 @@ test_format = 1.0
#without Mosquitto
[default]
#Adding domain even if not used : snapshot are reused and may require domain to work
preinstall = """
set -euxo pipefail
yunohost domain add mqtt.domain.tld
"""
args.mqtt_domain="sub.domain.tld"
test_upgrade_from.a96510c.name = "2024.2"