From 68679bc1fbce8661e9b13985a0eee0c1a4b1f818 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Tue, 17 Aug 2021 18:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/team.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/sh/team.sh b/Scripts/sh/team.sh index 404c214..9134dda 100644 --- a/Scripts/sh/team.sh +++ b/Scripts/sh/team.sh @@ -7,7 +7,7 @@ COMMENT dir_config=/ql/config dir_script=/ql/scripts -team=`( find ${dir_config} -type f -name "*team.sh" && find ${dir_script} -type f -name "*team.sh" )|head -1` +team=`( find ${dir_config} -type f -name "*team.sh" || find ${dir_script} -type f -name "*team.sh" )|head -1` scr1=`find ${dir_script} -type f -name "*gua_xmGame.js"|head -1` scr2=`find ${dir_script} -type f -name "*jd_sddd.js" -o -name "*sendBeans.js"|head -1` scr3="${dir_script}/Tsukasa007_my_script_master_jd_opencard_teamBean5_enc.js" @@ -92,4 +92,4 @@ case $@ in bash ${team} ${task_name[i]} done ;; -esac \ No newline at end of file +esac