preincrement

This commit is contained in:
juronja 2026-02-13 14:03:47 +00:00
parent 872eda28a0
commit 02398c167e

View File

@ -308,7 +308,7 @@ function advanced_settings() {
if [[ ! "$FILENAME" =~ (RC|BETA) ]]; then
last_stable_index=$(((current_item * 3) + 2))
fi
((current_item++))
((++current_item))
done < <(truenas_iso_lookup | sort -V)
if [ ${#ISOARRAY[@]} -eq 0 ]; then