| Index: src/scripts/image_to_live.sh
|
| diff --git a/src/scripts/image_to_live.sh b/src/scripts/image_to_live.sh
|
| index d12aad85fb5c074caa443d10a9e579002bf4c26d..70dcc801acaad601a744544626d2abac69f243e0 100755
|
| --- a/src/scripts/image_to_live.sh
|
| +++ b/src/scripts/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 {
|
|
|