mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00: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:
parent
7307ab878a
commit
e2fc9669f0
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user