diff --git a/cloudron.js b/cloudron.js index 899812c..9e5ee49 100644 --- a/cloudron.js +++ b/cloudron.js @@ -264,7 +264,8 @@ Cloudron.prototype.restoreApp = function (appId, backup) { process.stdout.write('Trying to restore to %j', backup); var data = { - backupId: backup.id + backupId: backup.id, + password: this._credentials.password }; var res = request.post(this._origin + '/api/v1/apps/' + appId + '/restore')