Skip to content

Commit

Permalink
Remove duplicate scripts (#389)
Browse files Browse the repository at this point in the history
* update version to 2.4.0

* Remove duplicate scripts
  • Loading branch information
Teingi authored Aug 13, 2024
1 parent 9d8e7e2 commit 2a80ff5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ if [ -d "${WORK_DIR}/gather" ]; then
cp -rf ${WORK_DIR}/gather ${OBDIAG_HOME}/
fi

if [ -d "${WORK_DIR}/gather" ]; then
cp -rf ${WORK_DIR}/gather ${OBDIAG_HOME}/
fi

if [ -d "${WORK_DIR}/example" ]; then
cp -rf ${WORK_DIR}/example ${OBDIAG_HOME}/
fi
Expand Down

0 comments on commit 2a80ff5

Please sign in to comment.