From 2a80ff501cd0f2e3faed351c22b578d157c856ca Mon Sep 17 00:00:00 2001 From: "jingshun.tq" <35712518+Teingi@users.noreply.github.com> Date: Tue, 13 Aug 2024 19:22:03 +0800 Subject: [PATCH] Remove duplicate scripts (#389) * update version to 2.4.0 * Remove duplicate scripts --- init.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.sh b/init.sh index 766b82d5..2c007a5d 100755 --- a/init.sh +++ b/init.sh @@ -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