Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
🔨Change adb-connect to wait on port (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairpaul authored and frenck committed Jan 7, 2020
1 parent 39d0de5 commit e8e3118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adb/rootfs/etc/services.d/adb-connect/run
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e8e3118

Please sign in to comment.