Skip to content

Commit

Permalink
Clean rca old *scene.py files
Browse files Browse the repository at this point in the history
  • Loading branch information
wayyoungboy committed Dec 18, 2024
1 parent 238f5cd commit d376022
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpm/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ mkdir -p ${OBDIAG_HOME} && cd ${OBDIAG_HOME}
mkdir -p ${OBDIAG_HOME}/check
mkdir -p ${OBDIAG_HOME}/log
mkdir -p ${OBDIAG_HOME}/display

# Clean rca old *scene.py files
find "$SOURCE_DIR/rca" -maxdepth 1 -name "*_scene.py" -type f -exec rm -f {} \;

cp -rf ${WORK_DIR}/plugins/* ${OBDIAG_HOME}/


Expand Down

0 comments on commit d376022

Please sign in to comment.