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

Unified Diff: chromeos-recovery

Issue 3466017: install: fix shell redirections (Closed) Base URL: ssh://git@chromiumos-git/installer.git
Patch Set: 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 | « chromeos-postinst ('k') | chromeos-setimage » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos-recovery
diff --git a/chromeos-recovery b/chromeos-recovery
index c18948d659b503968f3e971638fbd66667222289..75792c34d84579f2b4b75bf37bd1d278b2286a25 100755
--- a/chromeos-recovery
+++ b/chromeos-recovery
@@ -85,7 +85,7 @@ get_dev_switch_state() {
# Install Google payload from USB image
install_chromiumos_payload() {
IS_RECOVERY_INSTALL=1 /usr/sbin/chromeos-install --run_as_root --yes \
- --payload_image=${1} 2>&1 >> $RECOVERY_LOG
+ --payload_image=${1} >> $RECOVERY_LOG 2>&1
log "Recovery installer completed"
# Reset TPM
« no previous file with comments | « chromeos-postinst ('k') | chromeos-setimage » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698