diff options
author | Ned Bass <[email protected]> | 2011-04-07 13:45:57 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-04-08 09:25:18 -0700 |
commit | c4803a966367517d56d7b7a6becef841e44dabbd (patch) | |
tree | 053634f7ceb1ee492bd1cbd54dc0b74743cf4f30 /dracut | |
parent | f1329923610fb6281bdde1d99484e636d8de4ed9 (diff) |
Use consistent indentation in mount-zfs.sh
Diffstat (limited to 'dracut')
-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 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 |