mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-05-06 05:16:15 +08:00
Compare commits
2 Commits
14950fb475
...
22a66f5005
| Author | SHA1 | Date | |
|---|---|---|---|
| 22a66f5005 | |||
| 5e0f433375 |
+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]+$")
|
||||
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