mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-28 20:06:32 +00:00
fix: set proper path to allow using rclone from brew install (#1222)
This commit is contained in:
+2
-2
@@ -461,8 +461,8 @@ create_launchd_plist() {
|
||||
<true/>
|
||||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>PATH</key>
|
||||
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
||||
<key>PATH</key>
|
||||
<string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
||||
<key>BACKREST_PORT</key>
|
||||
<string>$BACKREST_PORT</string>
|
||||
</dict>
|
||||
|
||||
Reference in New Issue
Block a user