refresh devices manually

This commit is contained in:
Tomas M
2017-05-23 06:43:23 -04:00
parent fd662790e6
commit 7fdcf1bcd2
+1
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