Skip to content

Commit

Permalink
Clean rca old *scene.py files (#638)
Browse files Browse the repository at this point in the history
* fix: conf path

* fix: conf path

* remote_client support strict_host_key_checking

* Clean rca old *scene.py files
  • Loading branch information
wayyoungboy authored Dec 18, 2024
1 parent c224ca9 commit 8f6d280
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 8f6d280

Please sign in to comment.