1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-03 19:33:05 +08:00
This commit is contained in:
dylan
2023-11-06 15:44:12 +08:00
parent 14950fb475
commit 5e0f433375
+1 -1
View File
@@ -271,7 +271,7 @@ export_codes_sub() {
local user_sum=${#array[*]}
local tmp=''
if $newflag;then
tmp=$(ls ${dir_log}/|grep -E "${task_name}_[0-9]+$")
tmp=$(ls ${dir_log}/|grep -E "${task_name}_[0-9]+$"|head -1)
else
tmp="${task_name}"
fi