Browse Source

adb_upload: try to sync after uploading (#4669)

sbg
Julian Oes 9 years ago committed by Lorenz Meier
parent
commit
73d70fa7e8
  1. 4
      Tools/adb_upload.sh

4
Tools/adb_upload.sh

@ -23,3 +23,7 @@ do @@ -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

Loading…
Cancel
Save