Ignore:
Timestamp:
Sep 5, 2014, 4:08:26 PM (10 years ago)
Author:
alloc
Message:

v.54

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/usr/local/lib/7dtd/commands/stop.sh

    r68 r169  
    3636       
    3737                waittime=0
    38                 maxwait=5
     38                maxwait=${STOP_WAIT:-5}
    3939                until [ $(isRunning $1) -eq 0 ] || [ $waittime -eq $maxwait ]; do
    4040                        (( waittime++ ))
Note: See TracChangeset for help on using the changeset viewer.