From: Michael Gernoth Date: Sun, 2 Jun 2013 09:51:55 +0000 (+0200) Subject: use BUS-variable for onewire too X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/fhem-stuff/commitdiff_plain/7c0cecad55bb3edac1fa097fc8c50f53dff9d9e2 use BUS-variable for onewire too --- diff --git a/COC/init-coc b/COC/init-coc index 97166c5..f0ee51e 100755 --- a/COC/init-coc +++ b/COC/init-coc @@ -47,7 +47,7 @@ if [ ! -e "/sys/bus/i2c/devices/${BUS}-0068" ]; then echo "ds1339 0x68" >"/sys/class/i2c-adapter/i2c-${BUS}/new_device" fi -if [ ! -e "/sys/bus/i2c/devices/1-0018" ]; then +if [ ! -e "/sys/bus/i2c/devices/${BUS}-0018" ]; then echo "enabling 1wire" modprobe ds2482 echo "ds2482 0x18" >"/sys/class/i2c-adapter/i2c-${BUS}/new_device"