mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
add integration params
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user