Skip to content

Commit

Permalink
feat: update macos install script to set PATH env var for use with rc…
Browse files Browse the repository at this point in the history
…lone
  • Loading branch information
garethgeorge committed Mar 30, 2024
1 parent 0cae60a commit 8cf43f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ create_launchd_plist() {
<string>/tmp/backrest.log</string>
<key>StandardErrorPath</key>
<string>/tmp/backrest.log</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict>
</dict>
</plist>
EOM
Expand Down

0 comments on commit 8cf43f2

Please sign in to comment.