Implemented NFS export_operations.
[zfs.git] / dracut / 90zfs / mount-zfs.sh
index 47d6833..b4a4de6 100755 (executable)
@@ -12,5 +12,5 @@ if [ "$rootfs" = "zfs" ]; then
         ROOTFS_MOUNTED=yes
     else
         mount -t "$rootfs" "$zfsrootfs" "$NEWROOT" && ROOTFS_MOUNTED=yes
-   fi
+    fi
 fi