mirror of
https://github.com/6dylan6/jdpro.git
synced 2026-05-06 13:43:05 +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 user_sum=${#array[*]}
|
||||||
local tmp=''
|
local tmp=''
|
||||||
if $newflag;then
|
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
|
else
|
||||||
tmp="${task_name}"
|
tmp="${task_name}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user