Use consistent indentation in mount-zfs.sh
This commit is contained in:
parent
f132992361
commit
c4803a9663
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue