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
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user