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:
parent
cb3750410a
commit
88ba1909ee
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue