diff options
| -rwxr-xr-x | functions/defaults.sh | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/functions/defaults.sh b/functions/defaults.sh index 03b155477..13399c327 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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}" | 
