- showing only potential problems
This commit is contained in:
parent
cdad234fb2
commit
f0aff2791d
@ -646,14 +646,15 @@ if [ $RESET_DEV ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
check_state() {
|
check_state() {
|
||||||
|
echo
|
||||||
echo $CHECK_VERBOSE
|
|
||||||
print_header
|
print_header
|
||||||
|
|
||||||
#
|
#
|
||||||
# Check for potential problems
|
# Check for potential problems
|
||||||
#
|
#
|
||||||
# echo "Checking running applications:"
|
if [ $CHECK_VERBOSE = 1 ]; then
|
||||||
|
echo "Checking running applications:"
|
||||||
|
fi
|
||||||
RUNNING_APPS=""
|
RUNNING_APPS=""
|
||||||
NOT_RUNNING_APPS=""
|
NOT_RUNNING_APPS=""
|
||||||
if ! ps aux | grep -v grep | grep "$ACTIVEMQ_DIR" > /dev/null; then
|
if ! ps aux | grep -v grep | grep "$ACTIVEMQ_DIR" > /dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user