Skip to content

Commit

Permalink
fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Feb 16, 2024
1 parent 7dc36ae commit 05ead28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ tar -cf - $NGEN_RUN_PATH | pigz > $TAR_PATH

echo "ngen-datastream run complete!"

if [ -n "$S3_OUT" ]; then
if [ -e "$S3_OUT" ]; then
cp $TAR_PATH $S3_OUT
cp $DATA_PATH/merkdir.file $S3_OUT
cp -r $DATASTREAM_CONF_PATH $S3_OUT
Expand Down

0 comments on commit 05ead28

Please sign in to comment.