small fix

This commit is contained in:
Kolan Sh 2012-05-17 20:26:23 +04:00
parent 8ebb0c6f90
commit 74f4dacc9a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ TIMEOUT=8 # wait timeout for X server start
LOCK_FILE=/tmp/.snail.lock
FIFO_FILE=/tmp/.snail.fifo
[ ! -f $LOCK_FILE ] && echo "Snail daemon is not running. Please start." && exit -1
[ ! -f $LOCK_FILE ] && echo "Snail daemon is not running. Please start it." && exit -1
{
flock -w 0 -s 9