mirror of
https://github.com/munki/munki.git
synced 2026-01-05 22:20:00 -06:00
Update managedsoftwareupdate
Refresh time now one second.
This commit is contained in:
@@ -534,10 +534,10 @@ def main():
|
||||
# network interfaces to come up
|
||||
# before continuing
|
||||
munkicommon.display_status_minor('Waiting for network...')
|
||||
for dummy_i in range(60):
|
||||
for dummy_i in range(30):
|
||||
if networkUp():
|
||||
break
|
||||
time.sleep(0.5)
|
||||
time.sleep(1)
|
||||
else:
|
||||
# delete triggerfile if _not_ checkandinstallatstartup
|
||||
os.unlink(filename)
|
||||
|
||||
Reference in New Issue
Block a user