diff --git a/plugins/solr/install.sh b/plugins/solr/install.sh index a45cea07b..0d99c873c 100755 --- a/plugins/solr/install.sh +++ b/plugins/solr/install.sh @@ -24,7 +24,7 @@ Install_solr() if [ ! -d $serverPath/solr/bin ];then 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 if [ -d $serverPath/solr/dist ]; then