Pass the provider setting through to the update call
This commit is contained in:
@@ -611,6 +611,7 @@ function doUpdate(boxUpdateInfo, callback) {
|
|||||||
|
|
||||||
// this data is opaque to the installer
|
// this data is opaque to the installer
|
||||||
data: {
|
data: {
|
||||||
|
provider: config.provider(),
|
||||||
token: config.token(),
|
token: config.token(),
|
||||||
apiServerOrigin: config.apiServerOrigin(),
|
apiServerOrigin: config.apiServerOrigin(),
|
||||||
webServerOrigin: config.webServerOrigin(),
|
webServerOrigin: config.webServerOrigin(),
|
||||||
|
|||||||
Reference in New Issue
Block a user