fix solr installation

This commit is contained in:
KiekerJan 2021-04-29 22:25:19 +02:00
parent 39235bea7e
commit e1c0cf6c0c
1 changed files with 2 additions and 2 deletions

View File

@ -61,10 +61,10 @@ 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
if [ ! -d "/var/log/solr" ]; then
mkdir /var/log/solr
fi