mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Always default the genssl question in configure to no.
This commit is contained in:
parent
74a4894596
commit
f75335f98b
2
configure
vendored
2
configure
vendored
@ -426,7 +426,7 @@ https://letsencrypt.org/getting-started/ for more details.
|
||||
EOQ
|
||||
|
||||
if (<$RealDir/src/modules/m_ssl_*.cpp>) {
|
||||
if (prompt_bool $interactive, $question, $interactive) {
|
||||
if (prompt_bool $interactive, $question, 0) {
|
||||
create_directory CONFIGURE_DIRECTORY, 0750 or print_error "unable to create ${\CONFIGURE_DIRECTORY}: $!";
|
||||
system './tools/genssl', 'auto', CONFIGURE_DIRECTORY;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user