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

Just use the script directly

This commit is contained in:
David Duque
2020-04-17 22:58:29 +01:00
parent c96c04b39d
commit 52e9afcf2f
11 changed files with 47 additions and 54 deletions

View File

@@ -1,7 +0,0 @@
#!/usr/bin/python3
from os import system
from sys import argv
# Pass control to the actual script
system(f"management/editconf.py {' '.join(str(x) for x in argv[1:])}")