This commit is contained in:
Tobias Powalowski 2023-01-16 07:34:14 +01:00
parent cd7b4d2f67
commit 5230b227db

View file

@ -336,7 +336,7 @@ _stopmd()
for dev in $(${_LSBLK} NAME,FSTYPE | grep "linux_raid_member$" | cut -d' ' -f 1); do
_clean_disk "${dev}"
done
_dialog --infobox "Removing all superblocks on software raid devices done.\nContinuing in 3 seconds..." 0 0
_dialog --infobox "Removing all superblocks on software raid devices done.\nContinuing in 3 seconds..." 4 70
sleep 3
fi
}