mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-04-14 14:29:00 +00:00
1
This commit is contained in:
parent
fe22d0a3f4
commit
e54d86eb71
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
## Build 20220831-001-test
|
## Build 20220831-001-test
|
||||||
## 6dylan6_0126
|
## 6dylan6_0605
|
||||||
|
|
||||||
name_js=(
|
name_js=(
|
||||||
jd_farm_help
|
jd_farm_help
|
||||||
@ -811,6 +811,7 @@ Recombin_CK_cal(){
|
|||||||
## 末尾Cookie
|
## 末尾Cookie
|
||||||
combine_bottom(){
|
combine_bottom(){
|
||||||
local array_bottom i
|
local array_bottom i
|
||||||
|
echo ori_array
|
||||||
if [[ $Bottom_CK && ! $jdCookie_bottom ]]; then
|
if [[ $Bottom_CK && ! $jdCookie_bottom ]]; then
|
||||||
bottom_ck="$(def_urldecode $Bottom_CK | perl -pe "{s|,| |g;}")"
|
bottom_ck="$(def_urldecode $Bottom_CK | perl -pe "{s|,| |g;}")"
|
||||||
i=0
|
i=0
|
||||||
@ -948,7 +949,7 @@ gen_pt_pin_array
|
|||||||
#JS_Deps_Replace
|
#JS_Deps_Replace
|
||||||
TempBlock_CK
|
TempBlock_CK
|
||||||
#remove_void_ck
|
#remove_void_ck
|
||||||
if [[ -z $cookieStr ]];then
|
if [[ $* != *desi* && $* != *conc* ]];then
|
||||||
Recombin_CK
|
Recombin_CK
|
||||||
fi
|
fi
|
||||||
combine_only
|
combine_only
|
||||||
|
|||||||
@ -22,7 +22,7 @@ else
|
|||||||
dir_code=$dir_log/6dylan6_jdpro_main_jd_sharecode
|
dir_code=$dir_log/6dylan6_jdpro_main_jd_sharecode
|
||||||
repo='6dylan6_jdpro_main'
|
repo='6dylan6_jdpro_main'
|
||||||
fi
|
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
|
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/
|
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
|
fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user