mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03: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"
|
||||
if [ "$?" = "0" ]
|
||||
then
|
||||
ROOTFS_MOUNTED=yes
|
||||
ROOTFS_MOUNTED=yes
|
||||
else
|
||||
mount -t "$rootfs" "$zfsrootfs" "$NEWROOT" && ROOTFS_MOUNTED=yes
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user