diff options
-rwxr-xr-x | dracut/90zfs/mount-zfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dracut/90zfs/mount-zfs.sh b/dracut/90zfs/mount-zfs.sh index 47d683331..b4a4de6ff 100755 --- a/dracut/90zfs/mount-zfs.sh +++ b/dracut/90zfs/mount-zfs.sh @@ -12,5 +12,5 @@ if [ "$rootfs" = "zfs" ]; then ROOTFS_MOUNTED=yes else mount -t "$rootfs" "$zfsrootfs" "$NEWROOT" && ROOTFS_MOUNTED=yes - fi + fi fi |