File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ set -euo pipefail
4+
35RUNNING_MARKER_FILE=" /tmp/coder_desktop_running"
46
57LAUNCH_DAEMON_PLIST_SRC=" /Applications/Coder Desktop.app/Contents/Library/LaunchDaemons"
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ set -euo pipefail
4+
35RUNNING_MARKER_FILE=" /tmp/coder_desktop_running"
46LAUNCH_DAEMON_NAME=" com.coder.Coder-Desktop.Helper"
57
Original file line number Diff line number Diff line change 44# /Applications/Coder/Coder Desktop.app, which is where the local build is
55# installed.
66
7- set -euox pipefail
7+ set -euxo pipefail
88
99LAUNCH_DAEMON_PLIST_SRC=" /Applications/Coder/Coder Desktop.app/Contents/Library/LaunchDaemons"
1010LAUNCH_DAEMON_PLIST_DEST=" /Library/LaunchDaemons"
You can’t perform that action at this time.
0 commit comments