Fixed template

This commit is contained in:
Spitap
2023-06-21 21:21:17 +02:00
committed by Antoine Nguyen
parent e900e6258f
commit bc88110be6
2 changed files with 1 additions and 5 deletions

View File

@@ -44,14 +44,10 @@ ConfigDictTemplate = [
}, },
{ {
"option": "tls_cert_file_path", "option": "tls_cert_file_path",
"customizable": True,
"question": "Please enter your certificate fullchain path",
"default": "" "default": ""
}, },
{ {
"option": "tls_key_file_path", "option": "tls_key_file_path",
"customizable": True,
"question": "Please enter your certificate key path",
"default": "" "default": ""
} }
], ],

View File

@@ -324,7 +324,7 @@ def get_entry_value(entry, interactive):
if condition: if condition:
error(f"{user_value} cannot be set interactively, " error(f"{user_value} cannot be set interactively, "
"Please configure installer.cfg manually by running " "Please configure installer.cfg manually by running "
"'python3 run.py ----stop-after-configfile-check domain'. " "'python3 run.py --stop-after-configfile-check domain'. "
"Check modoboa-installer Readme for more information." "Check modoboa-installer Readme for more information."
) )
sys.exit(1) sys.exit(1)