Skip to content

Commit

Permalink
Add /sbin to launchd PATH (#18601)
Browse files Browse the repository at this point in the history
* Add /sbin to launchd PATH

* Put /sbin at the end to allow overrides

Co-Authored-By: andersonshatch <andersonshatch@gmail.com>
  • Loading branch information
andersonshatch authored and balloob committed Nov 21, 2018
1 parent 1341ecd commit 3d17870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/scripts/macos/launchd.plist
Expand Up @@ -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>
Expand Down

0 comments on commit 3d17870

Please sign in to comment.