Reapply "MM: adjust primary-mirror-wrapper because ELN has only one version"
With the bits we didn't want actually removed.
This reverts commit 86b9fa42fe
.
This commit is contained in:
parent
86b9fa42fe
commit
c00ff8b529
1 changed files with 5 additions and 1 deletions
|
@ -76,7 +76,11 @@ elif [ "${1}" == "codecs" ]; then
|
|||
FFTL="${CATEGORY}"
|
||||
FILEDATE=${CURDATE}
|
||||
else
|
||||
FFTL="/srv/pub/${1}/fullfiletimelist-${1}"
|
||||
if [ "${1}" == "eln" ]; then
|
||||
FFTL="/srv/pub/${1}/1/fullfiletimelist-${1}"
|
||||
else
|
||||
FFTL="/srv/pub/${1}/fullfiletimelist-${1}"
|
||||
fi
|
||||
FILEDATE=`stat -c %Z ${FFTL} 2> /dev/null`
|
||||
|
||||
if [ "$?" -eq "1" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue