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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue