add integration params

This commit is contained in:
Alexander.Trofimov
2016-08-30 13:16:46 +03:00
parent cb91e2a74b
commit c212143443
3 changed files with 38 additions and 8 deletions

View File

@ -1883,7 +1883,7 @@ exports.install = function(server, callbackFunction) {
try {
const c_LR = constants.LICENSE_RESULT;
var licenseType = licenseInfo.type;
if (c_LR.Error === licenseType) {
if (constants.PACKAGE_TYPE_OS === licenseInfo.packageType && c_LR.Error === licenseType) {
licenseType = c_LR.Success;
var count = constants.LICENSE_CONNECTIONS;