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

Unified Diff: image_to_live.sh

Issue 3427011: Update scripts for vm's (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Fix mem Created 10 years, 3 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 | « bin/cros_run_vm_update ('k') | image_to_vm.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 96cb5c60d29a9ad247c57a6f75382952be9096e3..f2b0c0556b62cd16df90c259dde8bc6f016fb1bd 100755
--- a/image_to_live.sh
+++ b/image_to_live.sh
@@ -131,7 +131,7 @@ function run_stateful_update {
info "Starting stateful update using URL ${stateful_url}"
# Copy over update script and run update.
- local dev_dir="$(dirname $0)/../platform/dev"
+ local dev_dir="${SCRIPTS_DIR}/../platform/dev"
remote_cp_to "${dev_dir}/stateful_update" "/tmp"
remote_sh "/tmp/stateful_update ${stateful_update_args} ${stateful_url}"
}
« no previous file with comments | « bin/cros_run_vm_update ('k') | image_to_vm.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698