1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-02 02:36:40 +08:00
This commit is contained in:
dylan
2023-06-05 20:34:08 +08:00
parent fe22d0a3f4
commit e54d86eb71
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
## Build 20220831-001-test
## 6dylan6_0126
## 6dylan6_0605
name_js=(
jd_farm_help
@@ -811,6 +811,7 @@ Recombin_CK_cal(){
## 末尾Cookie
combine_bottom(){
local array_bottom i
echo ori_array
if [[ $Bottom_CK && ! $jdCookie_bottom ]]; then
bottom_ck="$(def_urldecode $Bottom_CK | perl -pe "{s|,| |g;}")"
i=0
@@ -948,7 +949,7 @@ gen_pt_pin_array
#JS_Deps_Replace
TempBlock_CK
#remove_void_ck
if [[ -z $cookieStr ]];then
if [[ $* != *desi* && $* != *conc* ]];then
Recombin_CK
fi
combine_only
+1 -1
View File
@@ -22,7 +22,7 @@ else
dir_code=$dir_log/6dylan6_jdpro_main_jd_sharecode
repo='6dylan6_jdpro_main'
fi
grep '6dylan6_0126' /ql/data/config/task_before.sh >/dev/null 2>&1 || grep '6dylan6_0126' /ql/config/task_before.sh > /dev/null 2>&1
grep '6dylan6_0605' /ql/data/config/task_before.sh >/dev/null 2>&1 || grep '6dylan6_0605' /ql/config/task_before.sh > /dev/null 2>&1
if [[ $? != 0 ]];then
cp /ql/repo/${repo}/docker/task_before.sh /ql/config/ >/dev/null 2>&1 || cp /ql/data/repo/${repo}/docker/task_before.sh /ql/data/config/
fi