Update run.sh

This commit is contained in:
Pascal Vizeli
2017-06-06 22:30:08 +02:00
committed by GitHub
parent b181affe99
commit eb2e584bb8

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