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:
parent
1f9fd75dd0
commit
c0b5a5b6d4
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@ test_format = 1.0
|
||||||
|
|
||||||
#without Mosquitto
|
#without Mosquitto
|
||||||
[default]
|
[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"
|
args.mqtt_domain="sub.domain.tld"
|
||||||
test_upgrade_from.a96510c.name = "2024.2"
|
test_upgrade_from.a96510c.name = "2024.2"
|
||||||
|
|
Loading…
Reference in a new issue