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:
Greg Neagle
2010-08-14 18:22:46 +00:00
parent e5c160b86f
commit 255271ed6e
+1 -1
View File
@@ -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: