Skip to content

Commit

Permalink
mosquitto: Fix loading custom mosquitto configuration (home-assistant…
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 19, 2021
1 parent c8c024e commit bedf768
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions mosquitto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 6.0.1

- Fix loading custom mosquitto configuration

## 6.0.0

- Support for anonymous logins has been removed
Expand Down
2 changes: 1 addition & 1 deletion mosquitto/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions mosquitto/rootfs/etc/cont-init.d/mosquitto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit bedf768

Please sign in to comment.