Skip to content

Commit

Permalink
Update for missed deployer commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
beebs-systap committed Jun 9, 2016
1 parent 1bbfe83 commit 90d9e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blazegraph-rpm/src/rpm/init.d/blazegraph
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ blazegraph_sh() {
running_pid() {

if [ ! -f "${BLZG_PID}" ] ; then
echo 0;
echo 0
return
fi

PID=`cat ${BLZG_PID}`
Expand Down

0 comments on commit 90d9e82

Please sign in to comment.