mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-04-06 17:49:11 +03:00
Align closing fi in mount-zfs.sh
This commit is contained in:
parent
c4803a9663
commit
38baef530d
@ -12,5 +12,5 @@ if [ "$rootfs" = "zfs" ]; then
|
|||||||
ROOTFS_MOUNTED=yes
|
ROOTFS_MOUNTED=yes
|
||||||
else
|
else
|
||||||
mount -t "$rootfs" "$zfsrootfs" "$NEWROOT" && ROOTFS_MOUNTED=yes
|
mount -t "$rootfs" "$zfsrootfs" "$NEWROOT" && ROOTFS_MOUNTED=yes
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user