Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lexuzieel committed Mar 5, 2023
1 parent 6d18fc9 commit 3ec45b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ initialize_flow_directory() {

FLOW_DIR=$ROBOCAT_HOME/flow

log_d "Cleaning up previous flow directory: $FLOW_DIR"

rm -rf "$FLOW_DIR"
mkdir -p "$FLOW_DIR"

log_d "Making a fresh copy of flow directory..."
log_d "Copying flow directory..."

cp -rT "$FLOW_SOURCE_DIR" "$FLOW_DIR"

Expand Down

0 comments on commit 3ec45b0

Please sign in to comment.