mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Update run.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user