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:
parent
39235bea7e
commit
e1c0cf6c0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user