From 0a54bc9fffbca323b3f7ac829ce22fb3408da75c Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 5 Aug 2019 22:10:31 +0800 Subject: [PATCH] Update install.sh --- plugins/solr/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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