typoe / Aaaand ofc I forgot to pass the var as argument ∕o\

This commit is contained in:
Alexandre Aubin 2022-01-17 22:48:45 +01:00
parent 019839dbf9
commit deda909eba

View file

@ -266,7 +266,7 @@ class MyMigration(Migration):
postupgradecmds += "echo 'Restarting nginx...' >&2\n"
postupgradecmds += "systemctl restart nginx\n"
tools_upgrade(target="system")
tools_upgrade(target="system", postupgradecmds=postupgradecmds)
def debian_major_version(self):
# The python module "platform" and lsb_release are not reliable because