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:
parent
2a424117d3
commit
f038d5c350
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user