mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +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))
|
||||
else
|
||||
SLEEP=$((${MINEND[$KEY]} - $(date '+%s')))
|
||||
if [ $SLEEP -gt 0 ];then
|
||||
echo "sleeping $SLEEP seconds"
|
||||
sleep $SLEEP
|
||||
fi
|
||||
[ $SLEEP -gt 0 ] && sleep $SLEEP
|
||||
kill ${PIDS[$KEY]} || true
|
||||
PIDS[$KEY]=0
|
||||
[ "$DROP_N" -ge 0 ] && increment_drop $KEY
|
||||
|
|
Loading…
Reference in a new issue