1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-25 07:47:05 +00:00

Fixes (again)

This commit is contained in:
David Duque 2020-04-17 19:16:31 +01:00
parent 02c2657569
commit 51a65a3a22
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A

View File

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