Adding check for 'none', not just 'disabled'.
This commit is contained in:
parent
793f620b2d
commit
f3706cd7f2
|
@ -33,7 +33,7 @@ Read_conffile config/source
|
||||||
Read_conffile "${LH_CONFIG}"
|
Read_conffile "${LH_CONFIG}"
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
if [ "${LH_MEMTEST}" = "disabled" ]
|
if [ "${LH_MEMTEST}" = "disabled" ] || [ "${LH_MEMTEST}" = "none" ]
|
||||||
then
|
then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue