MT#11263 Fixed definition of CARRIER_EDITION variable

Change-Id: I5eaee2b25504bc9e7fa8c0690192353e0ac4e4e0
changes/84/884/1
Alexander Lutay 10 years ago
parent 094a34dfc8
commit cd161f7499

@ -465,6 +465,7 @@ fi
if checkBootParam ngcpcrole ; then if checkBootParam ngcpcrole ; then
CROLE=$(getBootParam ngcpcrole) CROLE=$(getBootParam ngcpcrole)
CARRIER_EDITION=true
fi fi
if checkBootParam ngcpcmaster ; then if checkBootParam ngcpcmaster ; then
@ -629,6 +630,7 @@ for param in $* ; do
done done
if ! "$NGCP_INSTALLER" ; then if ! "$NGCP_INSTALLER" ; then
CARRIER_EDITION=false
PRO_EDITION=false PRO_EDITION=false
CE_EDITION=false CE_EDITION=false
unset ROLE unset ROLE

Loading…
Cancel
Save