mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 11:15:38 +01:00
mosquitto: Fix loading custom mosquitto configuration (#2012)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 6.0.1
|
||||
|
||||
- Fix loading custom mosquitto configuration
|
||||
|
||||
## 6.0.0
|
||||
|
||||
- Support for anonymous logins has been removed
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Mosquitto broker",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"slug": "mosquitto",
|
||||
"description": "An Open Source MQTT broker",
|
||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/mosquitto",
|
||||
|
||||
@@ -74,8 +74,8 @@ fi
|
||||
bashio::var.json \
|
||||
cafile "${cafile}" \
|
||||
certfile "${certfile}" \
|
||||
cutomize "^$(bashio::config 'customize.active')" \
|
||||
cutomize_folder "$(bashio::config 'customize.folder')" \
|
||||
customize "^$(bashio::config 'customize.active')" \
|
||||
customize_folder "$(bashio::config 'customize.folder')" \
|
||||
keyfile "${keyfile}" \
|
||||
require_certificate "^$(bashio::config 'require_certificate')" \
|
||||
ssl "^${ssl}" \
|
||||
|
||||
Reference in New Issue
Block a user