preincrement
This commit is contained in:
parent
872eda28a0
commit
02398c167e
@ -308,7 +308,7 @@ function advanced_settings() {
|
|||||||
if [[ ! "$FILENAME" =~ (RC|BETA) ]]; then
|
if [[ ! "$FILENAME" =~ (RC|BETA) ]]; then
|
||||||
last_stable_index=$(((current_item * 3) + 2))
|
last_stable_index=$(((current_item * 3) + 2))
|
||||||
fi
|
fi
|
||||||
((current_item++))
|
((++current_item))
|
||||||
done < <(truenas_iso_lookup | sort -V)
|
done < <(truenas_iso_lookup | sort -V)
|
||||||
|
|
||||||
if [ ${#ISOARRAY[@]} -eq 0 ]; then
|
if [ ${#ISOARRAY[@]} -eq 0 ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user