mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 13:06:57 -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": [
|
||||||
@@ -37,9 +37,9 @@ 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": [
|
||||||
@@ -48,7 +48,7 @@ do
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
cat installer-info.json
|
cat installer-info.json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user