Fix "Disabled UMM" functionality
Related-bug:#1456526 Change-Id: Ie6ba8508baa044806f6f87c696c465bd5351e3c5
This commit is contained in:
parent
8ad2255aa3
commit
2f75ff5899
@ -6,7 +6,7 @@
|
|||||||
[ -f $UMM_FLAG ] && rm $UMM_FLAG
|
[ -f $UMM_FLAG ] && rm $UMM_FLAG
|
||||||
|
|
||||||
# check if UMM enabled
|
# check if UMM enabled
|
||||||
[ "z$UMM" == "zyes" ] || exit
|
[ "$UMM" == "yes" ] || exit 0
|
||||||
|
|
||||||
|
|
||||||
if [ -f $UMM_DATA/UMM_ENFORCED ] ; then
|
if [ -f $UMM_DATA/UMM_ENFORCED ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user