Actually call method...

parent 3d2c5b96
......@@ -269,7 +269,7 @@ def update_machine(config):
else :
logger.info("We will now upgrade your packages")
update_software()
autoupdate.do_update
autoupdate.do_update()
else:
if config.last_upgrade < config.upgrade :
# Purge repositories list and add new ones
......@@ -283,7 +283,7 @@ def update_machine(config):
else:
logger.info("We will now upgrade your packages")
update_software()
autoupdate.do_update
autoupdate.do_update()
else :
logger.info("Your system is up to date")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment