Update while condition

This commit is contained in:
Santiago Lo Coco 2022-01-06 00:35:23 -03:00
parent b9c91de208
commit b8658f204c
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ runScript() {
whiptail --title "CocoASAIS" --msgbox "${welcomeMsg}" 0 0
while [ $i -le "${#steps[@]}" ]; do
while [ $i -lt "${#steps[@]}" ]; do
step=${steps[$i]}
saveVar "lastStep" "$step"
$step