Skip to content

Commit

Permalink
refresh devices manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas-M committed May 23, 2017
1 parent fd66279 commit 7fdcf1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions livekitlib
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ find_data()
echo -n "Looking for $LIVEKITNAME data in /$FROM .." | tr -s "/" >&2
for timeout in $(seq 1 $1); do
echo -n "." >&2
refresh_devs
DATA="$(find_data_try "$2" "$FROM")"
if [ "$DATA" != "" ]; then
echo "" >&2
Expand Down

0 comments on commit 7fdcf1b

Please sign in to comment.