summaryrefslogtreecommitdiff
path: root/helpers/lh_source_debian
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_source_debian')
-rwxr-xr-xhelpers/lh_source_debian4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_source_debian b/helpers/lh_source_debian
index ef0449d..fef38a4 100755
--- a/helpers/lh_source_debian
+++ b/helpers/lh_source_debian
@@ -23,7 +23,7 @@ Arguments "${@}"
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
Set_defaults
-if [ "${LH_SOURCE}" != "enabled" ]
+if [ "${LH_SOURCE}" != "true" ]
then
exit 0
fi
@@ -72,7 +72,7 @@ syslinux
grub
EOF
- if [ "${LH_MEMTEST}" != "disabled" ] && [ "${LH_MEMTEST}" != "none" ]
+ if [ "${LH_MEMTEST}" != "false" ] && [ "${LH_MEMTEST}" != "none" ]
then
echo "${LH_MEMTEST}" >> source-selection.txt
fi