Pass the provider setting through to the update call

This commit is contained in:
Johannes Zellner
2016-06-30 19:24:36 +02:00
parent 7fc1126e1f
commit 88b2ef65cc

View File

@@ -611,6 +611,7 @@ function doUpdate(boxUpdateInfo, callback) {
// this data is opaque to the installer
data: {
provider: config.provider(),
token: config.token(),
apiServerOrigin: config.apiServerOrigin(),
webServerOrigin: config.webServerOrigin(),