mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
fixed update sequence
This commit is contained in:
parent
dfbf23c82b
commit
3867eb3352
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ if [ "$version" != "$VERSION" ]; then
|
|||
grep ":1$"|cut -f 1 -d :)"
|
||||
done
|
||||
else
|
||||
for ver in $(seq $V3 $v3); do
|
||||
V4=$((V3 + 1))
|
||||
for ver in $(seq $V4 $v3); do
|
||||
updates="$updates $(grep "^$v1.$v2.$ver" /tmp/versions |\
|
||||
grep ":1$"|cut -f 1 -d :)"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue