From b8658f204c7dcaf3b6a3bf0a724e32e98c32b6b3 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 6 Jan 2022 00:35:23 -0300 Subject: [PATCH] Update while condition --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 23c825b..38f69e9 100755 --- a/install.sh +++ b/install.sh @@ -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