Changeset 2760

Show
Ignore:
Timestamp:
08/22/08 22:32:26 (3 months ago)
Author:
dhozac
Message:

Umm, what?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/vserver-build.functions

    r2758 r2760  
    272272        exec 2> /dev/null 
    273273        trap 'kill -s 9 -- -1; exit 0' INT 
    274         i=0 
    275         while [ \$i -lt $timeout ]; do 
    276             sleep 1 
    277             let ++i 
    278         done 
     274        sleep $timeout 
    279275        kill -s 15 -- -1 
    280276        sleep 1