From 226c4a2dadfbf85905c539605e8e9ee851a351ea Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 9 Apr 2022 18:12:50 +0200 Subject: [PATCH] add sleep 3 --- usr/lib/archboot/installer/blockdevices.sh | 1 + 1 file changed, 1 insertion(+) 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