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:
morberg 2017-09-11 09:31:05 +02:00 committed by Pascal Vizeli
parent 7307ab878a
commit e2fc9669f0

View File

@ -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>