These have to use a local lock file as ftpsync doesnt have perms to /srv or /
This commit is contained in:
parent
5fa043804d
commit
1e4e316cd3
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ fi
|
||||||
CREATE=/usr/local/bin/create-filelist
|
CREATE=/usr/local/bin/create-filelist
|
||||||
|
|
||||||
# A single lockfile for everything we're modifying
|
# 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
|
# The directory where all of the modules live
|
||||||
TOPD=/pub
|
TOPD=/pub
|
||||||
|
|
|
@ -14,7 +14,7 @@ fi
|
||||||
CREATE=/usr/local/bin/create-filelist
|
CREATE=/usr/local/bin/create-filelist
|
||||||
|
|
||||||
# A single lockfile for everything we're modifying
|
# 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
|
# The directory where all of the modules live
|
||||||
TOPD=/pub
|
TOPD=/pub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue