mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 14:46:06 +08:00
Update code.sh
fix rename task with other user prefix namepath
This commit is contained in:
parent
b742ed38d5
commit
ce0d14dc92
|
@ -24,7 +24,7 @@ export_codes_sub() {
|
|||
local config_name_my=My$config_name
|
||||
local config_name_for_other=ForOther$config_name
|
||||
local i j k m n pt_pin_in_log code tmp_grep tmp_my_code tmp_for_other user_num random_num_list
|
||||
if cd $dir_log/$task_name &>/dev/null && [[ $(ls) ]]; then
|
||||
if cd $dir_log/*$task_name &>/dev/null && [[ $(ls) ]]; then
|
||||
## 寻找所有互助码以及对应的pt_pin
|
||||
i=0
|
||||
pt_pin_in_log=()
|
||||
|
|
Loading…
Reference in New Issue
Block a user