diff options
author | Ned Bass <[email protected]> | 2011-04-08 09:41:41 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-04-08 10:05:18 -0700 |
commit | 38baef530de4961390d5862e29cc1a85a3dcefa3 (patch) | |
tree | 9629f91c8ac656adadab7c231446d1eebf436737 /dracut/90zfs | |
parent | c4803a966367517d56d7b7a6becef841e44dabbd (diff) |
Align closing fi in mount-zfs.sh
Diffstat (limited to 'dracut/90zfs')
-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 |