Minor reformatting of checks for tomcat in bbb-conf

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4267 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Omar Shammas 2010-05-07 17:48:30 +00:00
parent 2a424117d3
commit f038d5c350

View File

@ -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