i think i might have something that works here...

This commit is contained in:
2021-01-20 21:24:49 -05:00
parent 5ac4f35c93
commit 9558ac9d80
2 changed files with 3 additions and 4 deletions

View File

@@ -60,8 +60,8 @@ class BaseUpdater(object):
self.old_hash)):
self.do_update = True
self.download()
if self.do_grub:
self.grub()
if self.do_grub:
self.grub()
self.touchVer()
self.unlock()
return(None)