mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-11-03 19:30:54 +00:00 
			
		
		
		
	Fix expression
This commit is contained in:
		
							parent
							
								
									2c439abb64
								
							
						
					
					
						commit
						6f76ae68fd
					
				@ -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 {' '.join(str(x) for x in argv[:1])}")
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user