mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-05-01 09:36:41 +08:00
1
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user