This commit is contained in:
Leon 2021-08-17 18:20:15 +08:00 committed by GitHub
parent 8895cb1e8a
commit 68679bc1fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
esac