Fixed template
This commit is contained in:
@@ -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": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user