diff --git a/usr/lib/archboot/installer/blockdevices.sh b/usr/lib/archboot/installer/blockdevices.sh index 9f338dc5f..e4e83809f 100644 --- a/usr/lib/archboot/installer/blockdevices.sh +++ b/usr/lib/archboot/installer/blockdevices.sh @@ -693,6 +693,7 @@ _createraid() #shellcheck disable=SC2086 if mdadm --create ${RAIDDEVICE} ${RAIDOPTIONS} ${DEVICES} >"${LOG}" 2>&1; then DIALOG --infobox "${RAIDDEVICE} created successfully.\n\nContinuing in 3 seconds..." 5 50 + sleep 3 else DIALOG --msgbox "Error creating ${RAIDDEVICE} (see "${LOG}" for details)." 0 0 return 1