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