mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 04:06:55 -06:00
fixed a bug where version was not getting inserted into callhome properly
This commit is contained in:
@@ -28,7 +28,7 @@ do
|
|||||||
#Create installer-info file
|
#Create installer-info file
|
||||||
if [ "$EDITION" == "artifactory-pro" ]
|
if [ "$EDITION" == "artifactory-pro" ]
|
||||||
then
|
then
|
||||||
cat <<" EOF" > installer-info.json
|
cat <<EOF > installer-info.json
|
||||||
{
|
{
|
||||||
"productId": "CloudFormation_artifactory-ha/$VERSION",
|
"productId": "CloudFormation_artifactory-ha/$VERSION",
|
||||||
"features": [
|
"features": [
|
||||||
@@ -39,7 +39,7 @@ do
|
|||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
cat <<" EOF" > installer-info.json
|
cat <<EOF > installer-info.json
|
||||||
{
|
{
|
||||||
"productId": "CloudFormation_artifactory-jcr/$VERSION",
|
"productId": "CloudFormation_artifactory-jcr/$VERSION",
|
||||||
"features": [
|
"features": [
|
||||||
|
|||||||
Reference in New Issue
Block a user