Skip to content
Snippets Groups Projects
Commit 19060616 authored by Julien Leduc's avatar Julien Leduc
Browse files

client_ar.sh was always transferring /etc/group now it uses the generated file.

parent a682eab2
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ eos root://${EOSINSTANCE} mkdir -p ${EOS_DIR}
for ((i=0;i<${NB_FILES};i++)); do
TEST_FILE_NAME=${TEST_FILE_NAME_BASE}$(printf %.4d $i)
xrdcp --silent /etc/group root://${EOSINSTANCE}/${EOS_DIR}/${TEST_FILE_NAME}
xrdcp --silent /tmp/testfile root://${EOSINSTANCE}/${EOS_DIR}/${TEST_FILE_NAME}
done
eos root://${EOSINSTANCE} ls ${EOS_DIR} | egrep "${TEST_FILE_NAME_BASE}[0-9]+" | sed -e 's/$/ copied/' > ${STATUS_FILE=}
......
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