mirror of https://gitee.com/bigwinds/arangodb
The http install procedure will try to update the appstore before installing apps
This commit is contained in:
parent
da143793bb
commit
e0c85f782a
|
@ -88,7 +88,7 @@ actions.defineHttp({
|
||||||
var appInfo = body.appInfo;
|
var appInfo = body.appInfo;
|
||||||
var mount = body.mount;
|
var mount = body.mount;
|
||||||
var options = body.options;
|
var options = body.options;
|
||||||
|
foxxManager.update();
|
||||||
return foxxManager.install(appInfo, mount, options);
|
return foxxManager.install(appInfo, mount, options);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue