1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-07 16:17:23 +01:00

Revert "fixing cli commands"

This reverts commit a4a08980f84360abcd009de9dc7ef8c6fcb529c4.
This commit is contained in:
Chad Furman
2024-10-01 19:17:27 -04:00
parent 08e69ca459
commit c9d37be530
2 changed files with 7 additions and 5 deletions

View File

@@ -275,3 +275,4 @@ if __name__ == "__main__":
elif sys.argv[-1] == "--migrate":
# Perform migrations.
run_migrations()