🔨Change adb-connect to wait on port (#20)

This commit is contained in:
Paul Sinclair 2020-01-07 09:30:58 -05:00 committed by Franck Nijhof
parent 39d0de5ab8
commit e8e3118a82

View file

@ -6,7 +6,7 @@
declare path
# Wait for ADB to become available
s6-svwait -u -t 5000 /var/run/s6/services/adb
bashio::net.wait_for 5037
path="/data"
# If the user specified a custom keys path, use that.