Fix "Disabled UMM" functionality

Related-bug:#1456526

Change-Id: Ie6ba8508baa044806f6f87c696c465bd5351e3c5
This commit is contained in:
Peter Zhurba 2015-05-19 17:30:00 +03:00
parent 8ad2255aa3
commit 2f75ff5899
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
[ -f $UMM_FLAG ] && rm $UMM_FLAG
# check if UMM enabled
[ "z$UMM" == "zyes" ] || exit
[ "$UMM" == "yes" ] || exit 0
if [ -f $UMM_DATA/UMM_ENFORCED ] ; then