Commit be8ba795 by Jon Maron

added pid file removal to stop script

parent 5ed7b7ff
......@@ -40,6 +40,7 @@ if [ -f $METADATA_PID_FILE ]
then
kill -15 `cat $METADATA_PID_FILE`
echo Metadata Server stopped
rm -rf $METADATA_PID_FILE
else
echo "pid file $METADATA_PID_FILE not present"
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment