Add version info to welcome message (#1219)

This commit is contained in:
Greg Neagle
2024-06-24 10:46:35 -07:00
committed by GitHub
parent fbe22d2ce1
commit 40cc0ef8f9

View File

@@ -904,6 +904,7 @@ def main():
munkilog.log("### Starting managedsoftwareupdate run: %s ###" % runtype)
if options.verbose:
print('Managed Software Update Tool')
print('Version %s' % info.get_version())
print('Copyright 2010-2024 The Munki Project')
print('https://github.com/munki/munki\n')