Skip to content

Commit

Permalink
forgot to end if in produce_noise.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Jan 29, 2025
1 parent 2d391b1 commit f4a10cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/rucio-noise/produce_noise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ upload_and_transfer_and_delete () {
echo '*** adding rule from '"${rses[$i]}"' to '"${rses[$j]}"' ***'
rucio -v add-rule --lifetime $FILE_LIFETIME --activity "Functional Test" $RUCIO_SCOPE:$did 1 ${rses[$j]}

fi

done

echo '*** Uploaded files and replicas should disappear after '${FILE_LIFETIME}' seconds ***'
Expand Down

0 comments on commit f4a10cf

Please sign in to comment.