Add missing whitespace when concatenating multiple live.cfg syslinux files.
This commit is contained in:
parent
687d2abf6c
commit
97de0e925e
|
@ -240,6 +240,7 @@ then
|
|||
|
||||
if [ "${_NUMBER}" -gt 1 ]
|
||||
then
|
||||
echo "" >> "${_TARGET}/live.cfg"
|
||||
grep -v 'menu default' "${_TARGET}/live.cfg.in" >> "${_TARGET}/live.cfg"
|
||||
else
|
||||
cat "${_TARGET}/live.cfg.in" >> "${_TARGET}/live.cfg"
|
||||
|
|
Loading…
Reference in New Issue