mirror of
https://github.com/munki/munki.git
synced 2026-01-05 22:20:00 -06:00
Move 'internal' tools to /usr/local/munki/libexec
This commit is contained in:
@@ -8,9 +8,8 @@
|
||||
# Only execute postinstall actions if we're installing on a live system.
|
||||
if [ "$3" = "/" ]
|
||||
then
|
||||
installHelper='/usr/local/munki/installhelper'
|
||||
if [ -f "${installHelper}" ]
|
||||
then
|
||||
installHelper='/usr/local/munki/libexec/installhelper'
|
||||
if [ -f "${installHelper}" ] ; then
|
||||
/bin/echo "Loading ${installHelper}..."
|
||||
"${installHelper}" launchd
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user