mirror of
https://git.proxmox.com/git/mirror_zfs
synced 2025-05-30 00:30:24 +00:00
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"
|
mount -o zfsutil -t "$rootfs" "$zfsrootfs" "$NEWROOT"
|
||||||
if [ "$?" = "0" ]
|
if [ "$?" = "0" ]
|
||||||
then
|
then
|
||||||
ROOTFS_MOUNTED=yes
|
ROOTFS_MOUNTED=yes
|
||||||
else
|
else
|
||||||
mount -t "$rootfs" "$zfsrootfs" "$NEWROOT" && ROOTFS_MOUNTED=yes
|
mount -t "$rootfs" "$zfsrootfs" "$NEWROOT" && ROOTFS_MOUNTED=yes
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user