From c4803a966367517d56d7b7a6becef841e44dabbd Mon Sep 17 00:00:00 2001 From: Ned Bass Date: Thu, 7 Apr 2011 13:45:57 -0700 Subject: [PATCH] Use consistent indentation in mount-zfs.sh --- dracut/90zfs/mount-zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut/90zfs/mount-zfs.sh b/dracut/90zfs/mount-zfs.sh index 9c753d9e..47d68333 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 -- 2.39.2