nixos/stage-1: fixed if-else block

This commit is contained in:
kisik21 2018-06-19 01:59:08 +03:00 committed by GitHub
parent b44d304542
commit 0b9b7be5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -336,7 +336,7 @@ mountFS() {
echo "resizing $device..."
e2fsck -fp "$device"
resize2fs "$device"
else [ "$fsType" = f2fs ]; then
elif [ "$fsType" = f2fs ]; then
echo "resizing $device..."
fsck.f2fs -fp "$device"
resize.f2fs "$device"