forked from github/server
small fix to orders.queue locking
This commit is contained in:
parent
f83c3a9e9f
commit
b224603fea
|
@ -18,10 +18,11 @@ else
|
|||
fi
|
||||
ls -1rt orders.dir.$TURN/turn-* | xargs cat > orders.$TURN
|
||||
|
||||
lockfile -r3 -l120 orders.queue.lock
|
||||
if [ -e orders.queue ] ; then
|
||||
lockfile -r3 -l120 orders.queue.lock
|
||||
mv orders.queue orders.dir.$TURN/orders.queue
|
||||
rm -f orders.queue.lock
|
||||
fi
|
||||
rm -f orders.queue.lock
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue