mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Add /sbin to launchd PATH (#18601)
* Add /sbin to launchd PATH * Put /sbin at the end to allow overrides Co-Authored-By: andersonshatch <andersonshatch@gmail.com>
This commit is contained in:
parent
1341ecd2eb
commit
3d178708fc
@ -8,7 +8,7 @@
|
||||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>PATH</key>
|
||||
<string>/usr/local/bin/:/usr/bin:/usr/sbin:$PATH</string>
|
||||
<string>/usr/local/bin/:/usr/bin:/usr/sbin:/sbin:$PATH</string>
|
||||
<key>LC_CTYPE</key>
|
||||
<string>UTF-8</string>
|
||||
</dict>
|
||||
|
Loading…
x
Reference in New Issue
Block a user