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

Add manual command prior upgrade

This commit is contained in:
Krakinou 2024-01-21 18:21:40 +01:00
parent cb3750410a
commit 88ba1909ee

View file

@ -8,6 +8,11 @@ test_format = 1.0
yunohost domain add mqtt.domain.tld yunohost domain add mqtt.domain.tld
""" """
preupgrade = """
set -euxo pipefail
yunohost app setting domoticz mqtt_domain -v sub.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"
test_upgrade_from.a96510c.args.mqtt_domain="sub.domain.tld" test_upgrade_from.a96510c.args.mqtt_domain="sub.domain.tld"