mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-04-08 22:37:23 +02:00
Unpack argv
This commit is contained in:
@@ -4,4 +4,4 @@ from os import system
|
||||
from sys import argv
|
||||
|
||||
# Pass control to the actual script
|
||||
system(f"management/editconf.py {argv[1:]}")
|
||||
system(f"management/editconf.py {*argv[1:]}")
|
||||
|
||||
Reference in New Issue
Block a user