Ignore:
Timestamp:
02/12/14 10:57:36 (10 years ago)
Author:
pharms
Message:
  • corrected graceful shutdown
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/bin/stop.sh

    r1225 r1365  
    3535  #Kill this autoquest-htmlmonitor-process 
    3636  kill "$PID" 
     37  sleep 2 
    3738  # Check if Process is no more 
    3839  CHECK=$(ps ax | grep "$JAR_FILE" | grep -v ' grep ' | awk '{print $1}') 
Note: See TracChangeset for help on using the changeset viewer.