summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:05:14 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 14:05:14 +0200
commitf3706cd7f2fa293fed28523c760715967a7ae2e1 (patch)
treefa263fab11bb452e4d9ea577656e8dd2389e58d4 /helpers
parent793f620b2dd2687f1c1cbb2db6b2eb65ed63275b (diff)
downloadvyos-live-build-f3706cd7f2fa293fed28523c760715967a7ae2e1.tar.gz
vyos-live-build-f3706cd7f2fa293fed28523c760715967a7ae2e1.zip
Adding check for 'none', not just 'disabled'.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_memtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_memtest b/helpers/lh_binary_memtest
index 298528538..946729bf2 100755
--- a/helpers/lh_binary_memtest
+++ b/helpers/lh_binary_memtest
@@ -33,7 +33,7 @@ Read_conffile config/source
Read_conffile "${LH_CONFIG}"
Set_defaults
-if [ "${LH_MEMTEST}" = "disabled" ]
+if [ "${LH_MEMTEST}" = "disabled" ] || [ "${LH_MEMTEST}" = "none" ]
then
exit 0
fi