These have to use a local lock file as ftpsync doesnt have perms to /srv or /

This commit is contained in:
Kevin Fenzi 2016-06-22 23:04:38 +00:00
parent 5fa043804d
commit 1e4e316cd3
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ fi
CREATE=/usr/local/bin/create-filelist
# A single lockfile for everything we're modifying
LOCKFILE=/srv/.lock.create-filelist
LOCKFILE=.lock.create-filelist
# The directory where all of the modules live
TOPD=/pub

View file

@ -14,7 +14,7 @@ fi
CREATE=/usr/local/bin/create-filelist
# A single lockfile for everything we're modifying
LOCKFILE=/srv/.lock.create-filelist
LOCKFILE=.lock.create-filelist
# The directory where all of the modules live
TOPD=/pub