1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-24 07:37:04 +00:00

fix solr installation

This commit is contained in:
KiekerJan 2021-04-29 22:25:19 +02:00
parent 39235bea7e
commit e1c0cf6c0c

View File

@ -61,7 +61,7 @@ fi
# Add security
tools/editconf.py /etc/default/solr.in.sh \
SOLR_IP_WHITELIST="127.0.0.1, [::1]"
SOLR_IP_WHITELIST='"127.0.0.1, [::1]"'
# Change log dir
if [ ! -d "/var/log/solr" ]; then