fix missing function

This commit is contained in:
kjeld Schouten-Lebbing
2022-01-19 18:32:38 +01:00
parent e5be1df69d
commit 4bb2e55d92
2 changed files with 2 additions and 1 deletions

View File

@ -126,6 +126,7 @@ def run():
print("Executing Updates...\n")
execute_upgrades()
print("Updating Finished\n")
docker_prune()
exit(0)