From 784ea0245032533fe7851e60bbda064b48c0b005 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Wed, 4 Mar 2015 17:50:22 +0100 Subject: [PATCH] MT#11947 Do NOT force PRO_EDITION if blade chassis detected Change-Id: I837dc9ab7f851fe731e9860e93fc10ded0f4f543 (cherry picked from commit bbb0367901dbc9c9b3809f101b1556b66b41c300) --- deployment.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index 2e93018..80e30a4 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: Slot/ {print $4}')" - PRO_EDITION=true fi if checkBootParam ngcpinst || checkBootParam ngcpsp1 || checkBootParam ngcpsp2 || \