diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 7a7777f60..74e8abae2 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -582,7 +582,7 @@ Set_defaults () then LH_BOOTAPPEND_INSTALL="${_LH_BOOTAPPEND_PRESEED} -- \${LH_BOOTAPPEND_LIVE}" else - LH_BOOTAPPEND_INSTALL="-- \${LH_BOOTAPPEND_LIVE}" + LH_BOOTAPPEND_INSTALL=" -- \${LH_BOOTAPPEND_LIVE}" fi # Setting encryption |