On Sun, 2015-04-19 at 13:15 -0400, Tim Dunphy wrote:
Hey all,
I wrote a very basic script to determine if cassandra db is running. I'm setting a variable called 'pid' to the output of a ps | grep like to grab the pid of the cassandra process.
Insert an extra line after #!/bin/bash
set -xv
which will show helpful debug messages.