mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01: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
|
||||
if [ "$EDITION" == "artifactory-pro" ]
|
||||
then
|
||||
cat <<" EOF" > installer-info.json
|
||||
cat <<EOF > installer-info.json
|
||||
{
|
||||
"productId": "CloudFormation_artifactory-ha/$VERSION",
|
||||
"features": [
|
||||
@@ -39,7 +39,7 @@ do
|
||||
}
|
||||
EOF
|
||||
else
|
||||
cat <<" EOF" > installer-info.json
|
||||
cat <<EOF > installer-info.json
|
||||
{
|
||||
"productId": "CloudFormation_artifactory-jcr/$VERSION",
|
||||
"features": [
|
||||
|
||||
Reference in New Issue
Block a user