]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Use consistent indentation in mount-zfs.sh
authorNed Bass <bass6@llnl.gov>
Thu, 7 Apr 2011 20:45:57 +0000 (13:45 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 8 Apr 2011 16:25:18 +0000 (09:25 -0700)
dracut/90zfs/mount-zfs.sh

index 9c753d9e4beb7fa42532219077ca1717e23fc2c5..47d683331b29ed26f345687366cc99823093c552 100755 (executable)
@@ -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