Removing whitespaces at the end of bootappend-install assignements.
This commit is contained in:
parent
670e92b17d
commit
c91cfd0108
|
@ -798,6 +798,8 @@ Set_defaults ()
|
|||
LH_BOOTAPPEND_INSTALL="${LH_BOOTAPPEND_INSTALL} -- \${LH_BOOTAPPEND_LIVE}"
|
||||
fi
|
||||
|
||||
LH_BOOTAPPEND_INSTALL="$(echo ${LH_BOOTAPPEND_INSTALL} | sed -e 's/[ \t]*$//')"
|
||||
|
||||
# Setting encryption
|
||||
LH_ENCRYPTION="${LH_ENCRYPTION:-false}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue