mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +00:00
I screwed up
This commit is contained in:
parent
6f76ae68fd
commit
c96c04b39d
@ -4,4 +4,4 @@ from os import system
|
|||||||
from sys import argv
|
from sys import argv
|
||||||
|
|
||||||
# Pass control to the actual script
|
# Pass control to the actual script
|
||||||
system(f"management/editconf.py {' '.join(str(x) for x in argv[:1])}")
|
system(f"management/editconf.py {' '.join(str(x) for x in argv[1:])}")
|
||||||
|
Loading…
Reference in New Issue
Block a user