1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-05-01 09:36:41 +08:00
This commit is contained in:
dylan
2023-11-06 15:47:27 +08:00
parent 5e0f433375
commit 22a66f5005
+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]+$"|head -1)
tmp=$(ls -t ${dir_log}/|grep -E "${task_name}_[0-9]+$"|head -1)
else
tmp="${task_name}"
fi