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

Unified Diff: remoting/host/installer/mac/Scripts/remoting_postflight.sh

Issue 2270063004: [Chromoting] Add more logging to Mac install script. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
Index: remoting/host/installer/mac/Scripts/remoting_postflight.sh
diff --git a/remoting/host/installer/mac/Scripts/remoting_postflight.sh b/remoting/host/installer/mac/Scripts/remoting_postflight.sh
index 40c9da6a14da3d1cb216647f388d716022e0336f..165503a30513f03e1fb988148cfd8d647f61964e 100755
--- a/remoting/host/installer/mac/Scripts/remoting_postflight.sh
+++ b/remoting/host/installer/mac/Scripts/remoting_postflight.sh
@@ -121,7 +121,9 @@ if [[ -r "$USERS_TMP_FILE" ]]; then
bootstrap_user="launchctl bsexec $pid"
fi
+ logger $bootstrap_user $sudo_user $load
$bootstrap_user $sudo_user $load
+ logger $bootstrap_user $sudo_user $start
$bootstrap_user $sudo_user $start
done
fi
« no previous file with comments | « remoting/host/installer/mac/Scripts/keystone_install.sh ('k') | remoting/host/installer/mac/Scripts/remoting_preflight.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698