Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(560)

Unified Diff: platform_tools/ios/bin/ios_install

Issue 1145093005: Unmount before app-install (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/ios/bin/ios_install
diff --git a/platform_tools/ios/bin/ios_install b/platform_tools/ios/bin/ios_install
index 7dfe3b66de117cabaef9052192d2c77b27891c6f..0e0142908bd58b2b64befb2ffef79699b1b78a4f 100755
--- a/platform_tools/ios/bin/ios_install
+++ b/platform_tools/ios/bin/ios_install
@@ -15,4 +15,5 @@ set -e -x
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $SCRIPT_DIR/ios_setup.sh
+ios_umount || true
ios_install_app
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698