Rev 5018 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/bashSTAT=`ps aux | grep pentaho | awk '{print $18}'`if [ -n "$STAT" ]; thenecho `date`; echo "pentaho [OK]"elsecd /root/pentaho/biserver-ce/./start-pentaho.shfi