From 56bca63e5daf375f13500c0a79f2ddf2b678769d Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 22 Feb 2018 20:57:57 +0100 Subject: Fix typo --- adei/scripts/adei-branch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adei/scripts/adei-branch.sh b/adei/scripts/adei-branch.sh index b120f4a..3153552 100755 --- a/adei/scripts/adei-branch.sh +++ b/adei/scripts/adei-branch.sh @@ -10,7 +10,8 @@ if [ ! -d /adei/src -o ! -d /adei/tmp -o ! -d /adei/sys -o ! -d /adei/cfg ]; th exit 1 fi -#LOCK_FILE=.lock +LOCK_FILE=.lock + #( # flock -x 10 # if [ ! -f /adei/sys/adei.cron.sh ]; then -- cgit v1.2.1