mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-24 21:47:26 +00:00
preincrement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user