Skip to content

Commit

Permalink
Fixing external_converters not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ciotlosm committed Oct 11, 2020
1 parent 4609c96 commit f470e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/rootfs/etc/services.d/zigbee2mqtt/run
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if bashio::config.true 'zigbee_herdsman_debug'; then
bashio::log.info "Zigbee Herdsman debug logging enabled"
export DEBUG="zigbee-herdsman:*"
fi
export NODE_PATH=/app/node_modules
export ZIGBEE2MQTT_DATA="$(bashio::config 'data_path')"
cd /app || bashio::exit.nok "Could not change directory to /app"
bashio::log.info "Handing over control to Zigbee2mqtt Core ..."
Expand Down

0 comments on commit f470e43

Please sign in to comment.