small fix
This commit is contained in:
parent
8ebb0c6f90
commit
74f4dacc9a
|
@ -7,7 +7,7 @@ TIMEOUT=8 # wait timeout for X server start
|
||||||
LOCK_FILE=/tmp/.snail.lock
|
LOCK_FILE=/tmp/.snail.lock
|
||||||
FIFO_FILE=/tmp/.snail.fifo
|
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
|
flock -w 0 -s 9
|
||||||
|
|
Loading…
Reference in New Issue