fix box size

This commit is contained in:
Tobias Powalowski 2023-01-16 08:05:35 +01:00
parent dccb0ba591
commit ffe4e9efaa

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 superblocks on software raid devices done.\n\nContinuing in 3 seconds..." 5 70
_dialog --infobox "Removing superblocks on software raid devices done.\n\nContinuing in 3 seconds..." 5 60
sleep 3
fi
}