From 0a6fdc74a8adefd38ca25bdae8c7ec3cd4948264 Mon Sep 17 00:00:00 2001 From: Mykola Malkov Date: Thu, 18 Apr 2019 17:45:33 +0300 Subject: [PATCH] TT#36350 Fix align of ngcp installer edition message Change-Id: I5265d7c70ad6018d3746aa6145a1da2f5b035360 --- templates/scripts/includes/deployment.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index 6489fa8..67c0da4 100755 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -515,11 +515,11 @@ fi if checkBootParam ngcpce ; then CE_EDITION=true - NGCP_INSTALLER_EDITION_STR="Sipwise C5: CE" + NGCP_INSTALLER_EDITION_STR="Sipwise C5: CE" SIPWISE_APT_KEY_URL_PATH="/spce/sipwise.gpg" elif checkBootParam ngcppro || checkBootParam ngcpsp1 || checkBootParam ngcpsp2 ; then PRO_EDITION=true - NGCP_INSTALLER_EDITION_STR="Sipwise C5: PRO" + NGCP_INSTALLER_EDITION_STR="Sipwise C5: PRO" SIPWISE_APT_KEY_URL_PATH="/sppro/sipwise.gpg" if checkBootParam ngcpsp2 ; then ROLE=sp2 @@ -542,7 +542,7 @@ fi if checkBootParam 'ngcpcrole=' ; then CROLE=$(getBootParam ngcpcrole) CARRIER_EDITION=true - NGCP_INSTALLER_EDITION_STR="Sipwise C5: CARRIER" + NGCP_INSTALLER_EDITION_STR="Sipwise C5: CARRIER" fi if checkBootParam "puppetenv=" ; then