diskman.sh: typo corrected

This commit is contained in:
levasseur
2022-02-18 18:29:03 +01:00
parent 29bbf21217
commit 204b682414

View File

@@ -105,7 +105,7 @@ mkparts()
# Format drive using ext4 filesystem, parameters will be a list of block device # Format drive using ext4 filesystem, parameters will be a list of block device
mkext4() mkext4()
{ {
for drv in $@; then for drv in $@; do
if [[ -b /dev/$drv ]]; then if [[ -b /dev/$drv ]]; then
mkfs.ext4 /dev/$drv mkfs.ext4 /dev/$drv
else else