Skip to content

Commit 72964f8

Browse files
committed
Update run.sh
1 parent 3ec45b0 commit 72964f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/run.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ initialize_flow_directory() {
1616

1717
mkdir -p "$FLOW_DIR"
1818

19-
log_d "Copying flow directory..."
19+
log_d "Cleaning previous flow data"
20+
21+
rm -rf "$FLOW_DIR/input" "$FLOW_DIR/output"
22+
23+
log_d "Copying flow directory"
2024

2125
cp -rT "$FLOW_SOURCE_DIR" "$FLOW_DIR"
2226

0 commit comments

Comments
 (0)