Skip to content
Snippets Groups Projects
Commit 9584f754 authored by Michael Davis's avatar Michael Davis
Browse files

[ci] af -> archivefile in script

parent 2be0de4d
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ wait_dot()
getArchiveFileList()
{
ERRFILE=/tmp/getArchiveFileListErr.$$
FILE_LIST=$(cta-admin af ls --instance ${EOS_INSTANCE} --diskid ${1} --header 2>${ERRFILE})
FILE_LIST=$(cta-admin archivefile ls --instance ${EOS_INSTANCE} --diskid ${1} --header 2>${ERRFILE})
[ $? -eq 0 ] || FILE_LIST=$(<${ERRFILE})
rm -f ${ERRFILE}
echo ${FILE_LIST} | grep --quiet "does not exist"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment