diff --git a/integration-tests/templates/datamover-raw/data-completed.sh b/integration-tests/templates/datamover-raw/data-completed.sh index 70791b4d6e3496b1243896714f60b0578c33c32a..c920ce8bc3e7b59c049fa4b31394775d051ebddf 100755 --- a/integration-tests/templates/datamover-raw/data-completed.sh +++ b/integration-tests/templates/datamover-raw/data-completed.sh @@ -2,4 +2,4 @@ FILE_PATH=$1 if [ $# -eq 2 ]; then FILE_PATH=$2:$FILE_PATH fi -echo Data complete: $FILE_PATH > data-completed-info.txt +echo Data complete: $FILE_PATH >> data-completed-info.txt