Skip to content

Commit

Permalink
fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Feb 8, 2024
1 parent eb02f45 commit 19edd9e
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 @@ -265,6 +265,6 @@ tar -cf - $NGEN_RUN_PATH | pigz > $TAR_PATH

mv $DATASTREAM_RESOURCES "../datastream-resources-$DATE"

if [ -z $S3_MOUNT ]; then
if [ -n $S3_MOUNT ]; then
cp -r $DATA_PATH $S3_OUT

0 comments on commit 19edd9e

Please sign in to comment.