Mirrormanager: restore the proper location of the filelist
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
f9b4ea51d6
commit
abc37890ab
1 changed files with 1 additions and 5 deletions
|
@ -76,11 +76,7 @@ elif [ "${1}" == "codecs" ]; then
|
|||
FFTL="${CATEGORY}"
|
||||
FILEDATE=${CURDATE}
|
||||
else
|
||||
if [ "${1}" == "eln" ]; then
|
||||
FFTL="/srv/pub/${1}/1/fullfiletimelist-${1}"
|
||||
else
|
||||
FFTL="/srv/pub/${1}/fullfiletimelist-${1}"
|
||||
fi
|
||||
FFTL="/srv/pub/${1}/fullfiletimelist-${1}"
|
||||
FILEDATE=`stat -c %Z ${FFTL} 2> /dev/null`
|
||||
|
||||
if [ "$?" -eq "1" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue