adb_upload: try to sync after uploading (#4669)

This commit is contained in:
Julian Oes 2016-05-28 11:35:28 +02:00 committed by Lorenz Meier
parent ff5a481c34
commit 73d70fa7e8
1 changed files with 4 additions and 0 deletions

View File

@ -23,3 +23,7 @@ do
adb push $arg $last
((i+=1))
done
# Make sure they are synced to the file system
echo "Syncing FS..."
adb shell sync