fixing format options for f2fs

This commit is contained in:
Jesús 2022-05-25 05:13:08 +08:00
parent 7c38e91de8
commit 42944c5cef
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -622,8 +622,8 @@ formatdevice(){
;;
f2fs)
fspkgs=("${fspkgs[@]} f2fs-tools")
echo "mkfs.f2fs $2"
mkfs.f2fs "${2}"
echo "mkfs.f2fs -f $2"
mkfs.f2fs -f "${2}"
;;
jfs)
fspkgs=("${fspkgs[@]} jfsutils")