mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
typoe / Aaaand ofc I forgot to pass the var as argument ∕o\
This commit is contained in:
parent
019839dbf9
commit
deda909eba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue