mirror of
https://github.com/munki/munki.git
synced 2026-04-23 13:29:26 -05:00
Fixed use of new munki pref "SuppressUserNotification" in managedsoftwareupdate
git-svn-id: http://munki.googlecode.com/svn/trunk@664 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -579,7 +579,7 @@ def main():
|
||||
# the loginwindow due to fast user switching
|
||||
# so do nothing
|
||||
pass
|
||||
elif munkicommon.pref('SuppressUserNotification'):
|
||||
elif not munkicommon.pref('SuppressUserNotification'):
|
||||
# notify the current console user
|
||||
notifyUserOfUpdates()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user