mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-31 19:57:06 +01:00
remove echo
This commit is contained in:
parent
3db0543994
commit
b2a7acbdf1
1 changed files with 1 additions and 4 deletions
|
@ -301,10 +301,7 @@ run_cmds() {
|
||||||
MINEND[$KEY]=$(($(date '+%s')+$MINRUN))
|
MINEND[$KEY]=$(($(date '+%s')+$MINRUN))
|
||||||
else
|
else
|
||||||
SLEEP=$((${MINEND[$KEY]} - $(date '+%s')))
|
SLEEP=$((${MINEND[$KEY]} - $(date '+%s')))
|
||||||
if [ $SLEEP -gt 0 ];then
|
[ $SLEEP -gt 0 ] && sleep $SLEEP
|
||||||
echo "sleeping $SLEEP seconds"
|
|
||||||
sleep $SLEEP
|
|
||||||
fi
|
|
||||||
kill ${PIDS[$KEY]} || true
|
kill ${PIDS[$KEY]} || true
|
||||||
PIDS[$KEY]=0
|
PIDS[$KEY]=0
|
||||||
[ "$DROP_N" -ge 0 ] && increment_drop $KEY
|
[ "$DROP_N" -ge 0 ] && increment_drop $KEY
|
||||||
|
|
Loading…
Add table
Reference in a new issue