From b22b9b7320d9266b296da462eaed697588aead58 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 14 Aug 2014 08:49:46 +0200 Subject: [PATCH] MT#8617 Fix quoting of CROLE to not choose ngcp-installer-carrier package for PRO installs --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index 9a84081..bc3b255 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1295,7 +1295,7 @@ get_installer_path() { [ -n "$version" ] || die "Error: installer version could not be detected." if $PRO_EDITION ; then - if [ -n $CROLE ]; then + if [ -n "$CROLE" ]; then INSTALLER="ngcp-installer-carrier_${version}_all.deb" else INSTALLER="ngcp-installer-pro_${version}_all.deb"