TT#22650 Fix Carrier installation type debug output

Change-Id: I74df59ee432f4f79394b7dc6a014fdae6c024a1a
changes/02/15702/1
Alexander Lutay 8 years ago
parent c519bfa3e6
commit c1aaca9642

@ -944,10 +944,12 @@ echo "Deployment Settings:
Install ngcp: $NGCP_INSTALLER"
if "$CE_EDITION" ; then
echo " sip:provider: CE"
if "$CARRIER_EDITION" ; then
echo " sip:carrier"
elif "$PRO_EDITION" ; then
echo " sip:provider: PRO"
elif "$CE_EDITION" ; then
echo " sip:provider: CE"
fi
echo "

Loading…
Cancel
Save