lucene/solr/docker/scripts/stop-local-solr

12 lines
187 B
Bash
Executable File

#!/bin/bash
# stop the background Solr, and restore the normal configuration
set -e
if [[ "$VERBOSE" == "yes" ]]; then
set -x
fi
echo "Shutting down the background Solr"
solr stop