From: allixx Date: Tue, 2 Feb 2016 08:16:53 +0000 (+0300) Subject: Added LOCKFILE to config.sh.example X-Git-Tag: v0.1.0~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F118%2Fhead;p=thirdparty%2Fdehydrated.git Added LOCKFILE to config.sh.example --- 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"