From c1214dc327cd56d99645f15f295f20f2b66a1d3a Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Tue, 4 May 2010 16:17:49 -0700 Subject: [PATCH] Rename update script and update some documentation. Review URL: http://codereview.chromium.org/1912005 --- image_to_live.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/image_to_live.sh b/image_to_live.sh index d12aad85fb..70dcc801ac 100755 --- a/image_to_live.sh +++ b/image_to_live.sh @@ -61,9 +61,9 @@ function copy_stateful_update { echo "Starting stateful update." local dev_dir="$(dirname $0)/../platform/dev" - # Copy over tar files. - remote_cp "$dev_dir/stateful_update.sh" "/tmp" - remote_sh "/tmp/stateful_update.sh" + # Copy over update script and run update. + remote_cp "$dev_dir/stateful_update" "/tmp" + remote_sh "/tmp/stateful_update" } function prepare_update_metadata {