mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
make message clearer
This commit is contained in:
parent
09f3555b91
commit
9112d2431e
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
###
|
||||
BEWARE! If you did not activate the Mosquitto Broker within this package, please run following command prior to upgrade:
|
||||
````sudo yunohost app setting __APP__ mqtt_domain -v your.__APP__.domain.tld````
|
||||
````sudo yunohost app setting __APP__ mqtt_domain -v your.__APP__.domain.tld```` with your.__APP__.domain.tld being the current domain of the application.
|
||||
Failure to do so may break the app.
|
||||
If you did activate the Mosquitto broker, you can proceed safely.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
###
|
||||
ATTENTION! Si vous n'avez pas activer l'option du Broker Mosquitto de ce package, veuillez entrer la commande suivante avant de faire cette mise à jour:
|
||||
````sudo yunohost app setting __APP__ mqtt_domain -v your.__APP__.domain.tld````
|
||||
````sudo yunohost app setting __APP__ mqtt_domain -v your.__APP__.domain.tld```` avec your.__APP__.domain.tld étant le domaine actuel de l'application.
|
||||
Dans le cas contraire, vous risquez de complètement casser l'application.
|
||||
Si par contre vous avez activer le broker, Mosquitto, vous pouvez procéder à la mise à jour sans soucis.
|
||||
|
||||
|
|
Loading…
Reference in a new issue