diff --git a/code/tools/make_munki_mpkg.sh b/code/tools/make_munki_mpkg.sh index 73b52267..1a153b04 100755 --- a/code/tools/make_munki_mpkg.sh +++ b/code/tools/make_munki_mpkg.sh @@ -298,7 +298,7 @@ mkdir -p "$COREROOT/usr/local/munki/munkilib" chmod -R 755 "$COREROOT/usr" # Copy command line utilities. # edit this if list of tools changes! -for TOOL in launchapp logouthelper managedsoftwareupdate supervisor +for TOOL in launchapp logouthelper managedsoftwareupdate supervisor ptyexec do cp -X "$MUNKIROOT/code/client/$TOOL" "$COREROOT/usr/local/munki/" 2>&1 done