X-Git-Url: http://git.plutz.net/?p=rpi_small;a=blobdiff_plain;f=files%2Fetc%2Frc.local;fp=files%2Fetc%2Frc.local;h=0000000000000000000000000000000000000000;hp=05ff1c32836513b132b6e782b6faee44a91275a8;hb=5128e3aea975403e66f2bae7f78d0c4d8ba4f9cf;hpb=4d85c9e0c9e7cade8939e8aace1836a9275ab452 diff --git a/files/etc/rc.local b/files/etc/rc.local deleted file mode 100755 index 05ff1c3..0000000 --- a/files/etc/rc.local +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -modprobe w1-gpio pullup=1 -modprobe w1-therm - -bt-network -s nap br0 & -hciconfig hci0 up -hciconfig hci0 sspmode 1 -hciconfig hci0 piscan - -while sleep 5; do - bt-device -l \ - | grep -oE '[0-9A-F:]{17}' \ - | while read mac; do - bt-device --set "$mac" Trusted 1 - done -done & - -/srv/gummikraken/hatch.sh &