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

fixing cli commands

This commit is contained in:
Chad Furman
2024-07-08 20:37:42 -04:00
parent 1cb67f545e
commit c01a1d5493
2 changed files with 5 additions and 7 deletions

View File

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