/ Published in: Bash
Uses jboss in this example
Expand |
Embed | Plain Text
while ps $JBOSS_PID > /dev/null do sleep 5 echo Waiting for Jboss PID $JBOSS_PID to terminate done
You need to login to post a comment.
Uses jboss in this example
while ps $JBOSS_PID > /dev/null do sleep 5 echo Waiting for Jboss PID $JBOSS_PID to terminate done
You need to login to post a comment.