solr: Dependency fixes for service startup

This commit is contained in:
Ossi Salmi 2013-08-26 16:52:45 +03:00
parent 53d6ac4bf2
commit 663e36dfc4
2 changed files with 10 additions and 3 deletions

View file

@ -39,7 +39,7 @@ fi
start_solr() {
# Check to see if Solr is running
pgrep -u $SOLRUSER -f start.jar >/dev/null
pgrep -u ${SOLRUSER} -f start.jar >/dev/null
RUNNING=$?
if [ $RUNNING -eq 0 ]; then
echo "[FAILED]"