Shortened the productId

This commit is contained in:
brucec
2019-03-25 16:25:06 -07:00
parent 550b78b18d
commit 5ed725f9c9
3 changed files with 7 additions and 7 deletions

View File

@@ -214,10 +214,10 @@ EOF
mkdir -p /var/opt/jfrog/artifactory/etc/info
cat <<EOF >/var/opt/jfrog/artifactory/etc/info/installer-info.json
{
"productId": "JFrogInstaller_Azure_SQL/1.0.0"
"productId": "JFrogInstaller_ARM/1.0.0"
"features": [
{
"featureId": "Artifactory/${artifactoryVersion}"
"featureId": "SQLServer"
}
}
EOF