diskman.sh: typo corrected
This commit is contained in:
@@ -105,7 +105,7 @@ mkparts()
|
||||
# Format drive using ext4 filesystem, parameters will be a list of block device
|
||||
mkext4()
|
||||
{
|
||||
for drv in $@; then
|
||||
for drv in $@; do
|
||||
if [[ -b /dev/$drv ]]; then
|
||||
mkfs.ext4 /dev/$drv
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user