| Index: remoting/host/installer/mac/Scripts/remoting_postflight.sh
|
| ===================================================================
|
| --- remoting/host/installer/mac/Scripts/remoting_postflight.sh (revision 138410)
|
| +++ remoting/host/installer/mac/Scripts/remoting_postflight.sh (working copy)
|
| @@ -4,6 +4,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +# Version = @@VERSION@@
|
| +
|
| HELPERTOOLS=/Library/PrivilegedHelperTools
|
| NAME=org.chromium.chromoting
|
| CONFIG_FILE="$HELPERTOOLS/$NAME.json"
|
| @@ -24,6 +26,8 @@
|
| exit 0
|
| }
|
|
|
| +logger Running Chrome Remote Desktop postflight script @@VERSION@@
|
| +
|
| # Create auth file (with correct owner and permissions) if it doesn't already
|
| # exist.
|
| if [[ ! -f "$CONFIG_FILE" ]]; then
|
|
|