lucene/solr/docker/scripts/solr-foreground

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
181 B
Plaintext
Raw Normal View History

#!/bin/bash
#
# Run the initdb, then start solr in the foreground
set -e
if [[ "$VERBOSE" == "yes" ]]; then
set -x
fi
. /opt/docker-solr/scripts/run-initdb
exec solr-fg "$@"