moroen / IKEA-Tradfri-plugin

A Python plugin for Domoticz to controll IKEA Gateway
68 stars 23 forks source link

adapter_start.sh not working #68

Closed robgardien closed 5 years ago

robgardien commented 5 years ago

Please edit the adapter_start.sh to reflect the new configure.py

!/usr/bin/env bash

if [ ! -f /usr/src/app/config.json ]; then /usr/src/app/configure.py config "$GW_IP""$GW_PSK" fi python3 tradfri.tac

moroen commented 5 years ago

Didn't think of that... Fixed! Thanks!