mirror of https://github.com/apache/cassandra
fix broken process search pattern
Patch by Laurent Raufaste; reviewed by eevans for CASSANDRA-6090
This commit is contained in:
parent
eb2a813cdf
commit
ea05f5baf2
|
|
@ -105,7 +105,7 @@ classpath()
|
|||
# process is not running but the pidfile exists (to match the exit codes for
|
||||
# the "status" command; see LSB core spec 3.1, section 20.2)
|
||||
#
|
||||
CMD_PATT="-user.cassandra.+CassandraDaemon"
|
||||
CMD_PATT="cassandra.+CassandraDaemon"
|
||||
is_running()
|
||||
{
|
||||
if [ -f $PIDFILE ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue