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

Unified Diff: image_to_live.sh

Issue 3276002: Script to generate post mortem of all crashes on device (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Respond to reviews Created 10 years, 4 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
« cros_show_stacks ('K') | « cros_show_stacks ('k') | remote_access.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: image_to_live.sh
diff --git a/image_to_live.sh b/image_to_live.sh
index 755807507de4f8bb88810965289bd3546baa6dae..1903883deda864f95b65db58108a577ca6813755 100755
--- a/image_to_live.sh
+++ b/image_to_live.sh
@@ -69,7 +69,7 @@ function copy_stateful_update {
local dev_dir="$(dirname $0)/../platform/dev"
# Copy over update script and run update.
- remote_cp "$dev_dir/stateful_update" "/tmp"
+ remote_cp_to "$dev_dir/stateful_update" "/tmp"
remote_sh "/tmp/stateful_update"
}
« cros_show_stacks ('K') | « cros_show_stacks ('k') | remote_access.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698