From 8c3e01784dd29c65fba12964cf9c45fec245a0b3 Mon Sep 17 00:00:00 2001 From: Vinay Aggarwal Date: Thu, 26 Mar 2020 16:56:23 -0700 Subject: [PATCH] fixed a bug where version was not getting inserted into callhome properly --- Amazon/containers/buildAwsContainers.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Amazon/containers/buildAwsContainers.sh b/Amazon/containers/buildAwsContainers.sh index 1b0b243..cf036e8 100755 --- a/Amazon/containers/buildAwsContainers.sh +++ b/Amazon/containers/buildAwsContainers.sh @@ -28,7 +28,7 @@ do #Create installer-info file if [ "$EDITION" == "artifactory-pro" ] then - cat <<" EOF" > installer-info.json + cat < installer-info.json { "productId": "CloudFormation_artifactory-ha/$VERSION", "features": [ @@ -37,9 +37,9 @@ do } ] } - EOF +EOF else - cat <<" EOF" > installer-info.json + cat < installer-info.json { "productId": "CloudFormation_artifactory-jcr/$VERSION", "features": [ @@ -48,7 +48,7 @@ do } ] } - EOF +EOF fi cat installer-info.json