Update auto-update

This commit is contained in:
Jeroen Oudshoorn
2024-01-05 10:32:36 +01:00
parent dd2d11a691
commit c4acda3615

View File

@ -163,6 +163,7 @@ class AutoUpdate(plugins.Plugin):
self.ready = False
self.status = StatusFile('/root/.auto-update')
self.lock = Lock()
self.options = dict()
def on_loaded(self):
if 'interval' not in self.options or ('interval' in self.options and not self.options['interval']):