mirror of https://gitee.com/bigwinds/arangodb
Further bughunting for foxx distribution in cluster case
This commit is contained in:
parent
167f78cac1
commit
391065c210
|
@ -1044,7 +1044,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
_uninstall(mount, {teardown: false});
|
||||
_uninstall(mount, {teardown: true, __clusterDistribution: options.__clusterDistribution || false});
|
||||
var app = _install(appInfo, mount, options, true);
|
||||
reloadRouting();
|
||||
return app.simpleJSON();
|
||||
|
@ -1084,8 +1084,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
_uninstall(mount, {teardown: false});
|
||||
var app = _install(appInfo, mount, options, false);
|
||||
_uninstall(mount, {teardown: false, __clusterDistribution: options.__clusterDistribution || false});
|
||||
var app = _install(appInfo, mount, options, true);
|
||||
reloadRouting();
|
||||
return app.simpleJSON();
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue