Skip to content

Commit

Permalink
add -q flag to docker cp in load_solr
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Jul 4, 2024
1 parent 68cc15d commit b5407cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/load_solr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ curl "http://localhost:8983/solr/association/select?q=*:*"

mkdir solr-data || true

docker cp my_solr:/var/solr/data solr-data/
docker cp -q my_solr:/var/solr/data solr-data/

# make sure it's readable by all in the tar file
chmod -R a+rX solr-data
Expand Down

0 comments on commit b5407cc

Please sign in to comment.