refresh devices manually

pull/23/merge v2.0
Tomas M 2017-05-23 06:43:23 -04:00
parent fd662790e6
commit 7fdcf1bcd2
1 changed files with 1 additions and 0 deletions

View File

@ -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