move fi one line below
This commit is contained in:
parent
d8ba3667a2
commit
fbb4848ac0
1 changed files with 1 additions and 1 deletions
|
@ -61,8 +61,8 @@ EOF
|
||||||
if [ x"$devices" != "x" ] ; then
|
if [ x"$devices" != "x" ] ; then
|
||||||
cat << EOF
|
cat << EOF
|
||||||
freebsd_loadenv ${devices_rel_dirname}/${devices_basename}
|
freebsd_loadenv ${devices_rel_dirname}/${devices_basename}
|
||||||
fi
|
|
||||||
EOF
|
EOF
|
||||||
|
fi
|
||||||
cat << EOF
|
cat << EOF
|
||||||
set FreeBSD.vfs.root.mountfrom=${kfreebsd_fs}:${root_device}
|
set FreeBSD.vfs.root.mountfrom=${kfreebsd_fs}:${root_device}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue