Merge pull request #120 from home-assistant/build

Update run.sh
This commit is contained in:
Pascal Vizeli
2017-06-06 22:31:33 +02:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ set -e
hciattach /dev/ttyAMA0 bcm43xx 115200 noflow -
hciconfig hci0 up
while pgrep hciattach
while pgrep hciattach > /dev/null
do
sleep 600
done