🤖️sync 2021-08-11 04:10:01
This commit is contained in:
parent
be7154bc45
commit
8633e01a95
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Build 20210810-002
|
||||
# Build 20210810-003
|
||||
|
||||
name_js=(
|
||||
jd_fruit
|
||||
@ -157,8 +157,8 @@ TempBlock_JD_COOKIE
|
||||
for ((i = 0; i < ${#env_name[*]}; i++)); do
|
||||
case $1 in
|
||||
*${name_js[i]}.js | *${name_js[i]}.ts)
|
||||
if [[ -f ${name_config[i]}.log ]]; then
|
||||
. $dir_log/.ShareCode/${name_config[i]}.log
|
||||
if [[ -f $dir_log/.ShareCode/${name_config[i]}.log ]]; then
|
||||
. $dir_log/.ShareCode/${name_config[i]}.log
|
||||
result=$(combine_sub ${var_name[i]})
|
||||
if [[ $result ]]; then
|
||||
export ${env_name[i]}=$result
|
||||
|
||||
Loading…
Reference in New Issue
Block a user