Subversion Repositories SmartDukaan

Rev

Rev 5018 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5018 Rev 5195
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
STAT=`ps aux | grep pentaho | awk '{print $14}'`
2
STAT=`ps aux | grep pentaho | awk '{print $18}'`
3
if [ -n "$STAT" ]; then
3
if [ -n "$STAT" ]; then
4
	echo `date`; echo "pentaho [OK]"
4
	echo `date`; echo "pentaho [OK]"
5
else
5
else
6
	cd /root/pentaho/biserver-ce/
6
	cd /root/pentaho/biserver-ce/
7
	./start-pentaho.sh
7
	./start-pentaho.sh