Skip to content

Commit 3ec45b0

Browse files
committed
Update run.sh
1 parent 6d18fc9 commit 3ec45b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/run.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ initialize_flow_directory() {
1414

1515
FLOW_DIR=$ROBOCAT_HOME/flow
1616

17-
log_d "Cleaning up previous flow directory: $FLOW_DIR"
18-
19-
rm -rf "$FLOW_DIR"
2017
mkdir -p "$FLOW_DIR"
2118

22-
log_d "Making a fresh copy of flow directory..."
19+
log_d "Copying flow directory..."
2320

2421
cp -rT "$FLOW_SOURCE_DIR" "$FLOW_DIR"
2522

0 commit comments

Comments
 (0)