Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 90d9e82

Browse files
committed
Update for missed deployer commit.
1 parent 1bbfe83 commit 90d9e82

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

blazegraph-rpm/src/rpm/init.d/blazegraph

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ blazegraph_sh() {
182182
running_pid() {
183183

184184
if [ ! -f "${BLZG_PID}" ] ; then
185-
echo 0;
185+
echo 0
186+
return
186187
fi
187188

188189
PID=`cat ${BLZG_PID}`

0 commit comments

Comments
 (0)