From f038d5c350fe57576fe045e6515eda8d129a8269 Mon Sep 17 00:00:00 2001 From: Omar Shammas Date: Fri, 7 May 2010 17:48:30 +0000 Subject: [PATCH] Minor reformatting of checks for tomcat in bbb-conf git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4267 af16638f-c34d-0410-8cfa-b39d5352b314 --- bigbluebutton-config/bin/bbb-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index e1b4d5b567..8d743adc05 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -626,7 +626,7 @@ check_state() { if ! netstat -ant | grep '8080' > /dev/null; then print_header - echo " ${TOMCAT}: -- not running --" + echo " ${TOMCAT} or grails: -- not running --" else if ps aux | ps -aef | grep grails | grep run-app > /dev/null; then print_header