diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index 42e57d29b..ac7b47930 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -126,8 +126,9 @@ _prepare_storagedrive() { else _NEXTITEM=4 fi - *) _NEXTITEM="2" - break + ;; + *) _NEXTITEM="2" + break ;; esac done }