mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Add /usr/sbin to PATH (#9364)
The `braviatv`platform needs the `arp` command to finalize configuration. This resides in `/usr/sbin`, at least on macOS 10.10.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>PATH</key>
|
||||
<string>/usr/local/bin/:/usr/bin:$PATH</string>
|
||||
<string>/usr/local/bin/:/usr/bin:/usr/sbin:$PATH</string>
|
||||
</dict>
|
||||
|
||||
<key>Program</key>
|
||||
|
Reference in New Issue
Block a user