mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
list-versions-s3: sort by date
This commit is contained in:
parent
b2ee0d1740
commit
4f30e23e10
@ -44,5 +44,5 @@ for file in ${files}; do
|
|||||||
date=$(echo ${dates[${i}]} | cut -d 'T' -f 1)
|
date=$(echo ${dates[${i}]} | cut -d 'T' -f 1)
|
||||||
|
|
||||||
echo "${version}|${prerelease}|${board}|${final_url}|${date}"
|
echo "${version}|${prerelease}|${board}|${final_url}|${date}"
|
||||||
done
|
done | sort -t '|' -k 5,3 -r
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user