Rename update script and update some documentation.

Review URL: http://codereview.chromium.org/1912005
This commit is contained in:
Chris Sosa 2010-05-04 16:17:49 -07:00
parent 5c37ce2e03
commit c1214dc327

View File

@ -61,9 +61,9 @@ function copy_stateful_update {
echo "Starting stateful update." echo "Starting stateful update."
local dev_dir="$(dirname $0)/../platform/dev" local dev_dir="$(dirname $0)/../platform/dev"
# Copy over tar files. # Copy over update script and run update.
remote_cp "$dev_dir/stateful_update.sh" "/tmp" remote_cp "$dev_dir/stateful_update" "/tmp"
remote_sh "/tmp/stateful_update.sh" remote_sh "/tmp/stateful_update"
} }
function prepare_update_metadata { function prepare_update_metadata {