@@ -, +, @@ missing entries to koha-install-log --- misc/koha-install-log | 3 +++ 1 file changed, 3 insertions(+) --- a/misc/koha-install-log +++ a/misc/koha-install-log @@ -64,3 +64,6 @@ PATH_TO_ZEBRA=__PATH_TO_ZEBRA__ USE_MEMCACHED=__USE_MEMCACHED__ MEMCACHED_SERVERS=__MEMCACHED_SERVERS__ MEMCACHED_NAMESPACE=__MEMCACHED_NAMESPACE__ +USE_ELASTICSEARCH=__USE_ELASTICSEARCH__ +ELASTICSEARCH_SERVERS=__ELASTICSEARCH_SERVERS__ +ELASTICSEARCH_INDEX=__ELASTICSEARCH_INDEX__ --