From 887b3e4b85f12fc3f0b1dc7f8219f42ddebc4dba Mon Sep 17 00:00:00 2001 From: Procrastinator Date: Fri, 19 May 2017 16:40:33 -0400 Subject: [PATCH] Update fetch-params.sh --- zcutil/fetch-params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcutil/fetch-params.sh b/zcutil/fetch-params.sh index 7f8eab39..48ee31fb 100755 --- a/zcutil/fetch-params.sh +++ b/zcutil/fetch-params.sh @@ -59,7 +59,7 @@ function lock() { # create lock file eval "exec 200>/$lockfile" # acquire the lock - gflock -n 200 \ + flock -n 200 \ && return 0 \ || return 1 }