Update while condition
This commit is contained in:
parent
b9c91de208
commit
b8658f204c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue