Update install.sh

pull/109/head
midoks 6 years ago
parent e9192dcc42
commit 0a54bc9fff
  1. 2
      plugins/solr/install.sh

@ -24,7 +24,7 @@ Install_solr()
if [ ! -d $serverPath/solr/bin ];then if [ ! -d $serverPath/solr/bin ];then
cd ${SOLR_DIR} && tar -zxvf solr-8.2.0.tgz cd ${SOLR_DIR} && tar -zxvf solr-8.2.0.tgz
cp -rf ${SOLR_DIR}/solr-8.2.0/ $serverPath/solr cp -rf ${SOLR_DIR}/solr-8.2.0/* $serverPath/solr/
fi fi
if [ -d $serverPath/solr/dist ]; then if [ -d $serverPath/solr/dist ]; then

Loading…
Cancel
Save