From: Ned Bass Date: Thu, 7 Apr 2011 20:45:57 +0000 (-0700) Subject: Use consistent indentation in mount-zfs.sh X-Git-Tag: zfs-0.6.0-rc3~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4803a966367517d56d7b7a6becef841e44dabbd;p=zfs Use consistent indentation in mount-zfs.sh --- diff --git a/dracut/90zfs/mount-zfs.sh b/dracut/90zfs/mount-zfs.sh index 9c753d9e4..47d683331 100755 --- a/dracut/90zfs/mount-zfs.sh +++ b/dracut/90zfs/mount-zfs.sh @@ -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