diff options
Diffstat (limited to 'adei')
-rwxr-xr-x | adei/scripts/adei-branch.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |