blob: aa9fa682908529636bb7033872dc987f2566623e [file] [log] [blame]
#!/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 "$@"