From c1aaca9642da9ce6a7c93df949dca5feeead70ba Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Wed, 27 Sep 2017 11:06:17 +0200 Subject: [PATCH] TT#22650 Fix Carrier installation type debug output Change-Id: I74df59ee432f4f79394b7dc6a014fdae6c024a1a --- deployment.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deployment.sh b/deployment.sh index c5e5b86..a09f86f 100644 --- a/deployment.sh +++ b/deployment.sh @@ -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 "