mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
7 lines
211 B
Bash
7 lines
211 B
Bash
#!/usr/bin/env bashio
|
|
|
|
bashio::log.info "Copy setings file"
|
|
cp /data/options.json /app/toogoodtogo_ha_mqtt_bridge/settings.local.json
|
|
|
|
bashio::log.info "Strating Bridge"
|
|
python toogoodtogo_ha_mqtt_bridge/main.py |