This commit is contained in:
Tobias Powalowski 2023-01-15 21:55:23 +01:00
parent 0d0be7b12c
commit 4c38ea4346

View file

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