Align closing fi in mount-zfs.sh

This commit is contained in:
Ned Bass 2011-04-08 09:41:41 -07:00 committed by Brian Behlendorf
parent c4803a9663
commit 38baef530d
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ if [ "$rootfs" = "zfs" ]; then
ROOTFS_MOUNTED=yes
else
mount -t "$rootfs" "$zfsrootfs" "$NEWROOT" && ROOTFS_MOUNTED=yes
fi
fi
fi