mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-12 16:55:39 +00:00
feat: update macos install script to set PATH env var for use with rclone
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user