Skip to content

Commit

Permalink
Update to osinstaller.py to prevent 'Helper tool crashed' message fro…
Browse files Browse the repository at this point in the history
…m appearing in MunkiStatus output.
  • Loading branch information
gregneagle committed Aug 25, 2017
1 parent ee9b58f commit e3e44a4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions code/client/munkilib/osinstaller.py
Expand Up @@ -333,11 +333,10 @@ def start(self):
'If you do not agree,')):
# annoying legalese
pass
elif msg.startswith('Helper tool creashed'):
elif msg.startswith('Helper tool cr'):
# no need to print that stupid message to screen!
# yes, 'creashed' is misspelled. This is not a Munki bug/typo,
# this is an Apple typo. But we have to match against what
# Apple outputs.
# 10.12: 'Helper tool creashed'
# 10.13: 'Helper tool crashed'
munkilog.log(msg)
elif msg.startswith(
('Signaling PID:', 'Waiting to reboot',
Expand Down

0 comments on commit e3e44a4

Please sign in to comment.