mirror of https://github.com/apache/cassandra
Fix startup script return code.
Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4271
This commit is contained in:
parent
ff64c5d11e
commit
29379a5254
|
|
@ -139,6 +139,7 @@ launch_service()
|
|||
else
|
||||
exec $NUMACTL "$JAVA" $JVM_OPTS $cassandra_parms -cp "$CLASSPATH" $props "$class" <&- &
|
||||
[ ! -z "$pidpath" ] && printf "%d" $! > "$pidpath"
|
||||
true
|
||||
fi
|
||||
|
||||
return $?
|
||||
|
|
|
|||
Loading…
Reference in New Issue