- showing only potential problems

This commit is contained in:
Richard Alam 2010-07-07 21:11:27 +00:00
parent cdad234fb2
commit f0aff2791d

View File

@ -646,14 +646,15 @@ if [ $RESET_DEV ]; then
fi
check_state() {
echo $CHECK_VERBOSE
echo
print_header
#
# Check for potential problems
#
# echo "Checking running applications:"
if [ $CHECK_VERBOSE = 1 ]; then
echo "Checking running applications:"
fi
RUNNING_APPS=""
NOT_RUNNING_APPS=""
if ! ps aux | grep -v grep | grep "$ACTIVEMQ_DIR" > /dev/null; then