From 85d749a81862eeb6622d99a774a1a94c09749f6e Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Wed, 4 Mar 2015 18:21:15 +0100 Subject: [PATCH] MT#11947 Do NOT force PRO_EDITION if blade chassis detected Change-Id: I2dc7a7636a0db0fbb3da1c8c819a657f77f4b06f --- deployment.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index 5f75f9e..6405f85 100755 --- a/deployment.sh +++ b/deployment.sh @@ -351,7 +351,6 @@ elif dmidecode| grep -q 'Location In Chassis: Not Specified'; then : elif dmidecode| grep -q 'Location In Chassis'; then CHASSIS="Running in blade chassis $(dmidecode| awk '/Location In Chassis/ {print $4}')" - PRO_EDITION=true fi if checkBootParam ngcpinst || checkBootParam ngcpsp1 || checkBootParam ngcpsp2 || \