Changeset 1365 for trunk/autoquest-htmlmonitor/bin
- Timestamp:
- 02/12/14 10:57:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/bin/stop.sh
r1225 r1365 35 35 #Kill this autoquest-htmlmonitor-process 36 36 kill "$PID" 37 sleep 2 37 38 # Check if Process is no more 38 39 CHECK=$(ps ax | grep "$JAR_FILE" | grep -v ' grep ' | awk '{print $1}')
Note: See TracChangeset
for help on using the changeset viewer.