solr: Dependency fixes for service startup
This commit is contained in:
parent
53d6ac4bf2
commit
663e36dfc4
2 changed files with 10 additions and 3 deletions
|
@ -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]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue