From a87b92649eefa7ea9516e083940d0d107ec30934 Mon Sep 17 00:00:00 2001 From: allixx Date: Tue, 2 Feb 2016 11:16:53 +0300 Subject: [PATCH] Added LOCKFILE to config.sh.example --- config.sh.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.sh.example b/config.sh.example index 5ff758c..8c7da76 100644 --- a/config.sh.example +++ b/config.sh.example @@ -65,3 +65,6 @@ # E-mail to use during the registration (default: ) #CONTACT_EMAIL= + +# Lockfile location, to prevent concurrent access (default: $BASEDIR/lock) +#LOCKFILE="${BASEDIR}/lock" -- 2.47.2