blob: d91a8721ab01e6de884351fd12bd930f18654c4c [file] [log] [blame]
#!/bin/bash
#
# Run the initdb, then start solr in the foreground
set -e
if [[ "$VERBOSE" == "yes" ]]; then
set -x
fi
run-initdb
exec solr-fg "$@"