Use consistent indentation in mount-zfs.sh

This commit is contained in:
Ned Bass 2011-04-07 13:45:57 -07:00 committed by Brian Behlendorf
parent f132992361
commit c4803a9663

View File

@ -9,7 +9,7 @@ if [ "$rootfs" = "zfs" ]; then
mount -o zfsutil -t "$rootfs" "$zfsrootfs" "$NEWROOT"
if [ "$?" = "0" ]
then
ROOTFS_MOUNTED=yes
ROOTFS_MOUNTED=yes
else
mount -t "$rootfs" "$zfsrootfs" "$NEWROOT" && ROOTFS_MOUNTED=yes
fi