Adding check for 'none', not just 'disabled'.

This commit is contained in:
Daniel Baumann 2007-09-23 14:05:14 +02:00
parent 793f620b2d
commit f3706cd7f2
1 changed files with 1 additions and 1 deletions

View File

@ -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