We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f8b61a + e3b9c25 commit d524a5fCopy full SHA for d524a5f
1 file changed
heartbeat/apache
@@ -131,7 +131,7 @@ ProcessRunning() {
131
}
132
silent_status() {
133
local pid
134
- local rc=false
+ local rc=$OCF_ERR_GENERIC
135
local retries=0
136
137
# Set a retry when apache's Graceful restart is applied and the pid file can not be acquired.
@@ -146,7 +146,7 @@ silent_status() {
146
rc=$?
147
break
148
fi
149
-
+
150
: No pid file
151
if [ $retries -le 0 ]; then
152
0 commit comments