Add hack for broken app backup tarballs
This commit is contained in:
@@ -94,7 +94,7 @@ function getRestoreUrl(backupId, callback) {
|
||||
id: backupId,
|
||||
url: result.url,
|
||||
sessionToken: result.sessionToken,
|
||||
backupKey: config.backupKey()
|
||||
backupKey: config.get('restoredFromUrl') && config.get('restoredFromUrl').indexOf('v0.0.39') > 0 ? '' : config.backupKey()
|
||||
};
|
||||
|
||||
debug('getRestoreUrl: ', obj);
|
||||
|
||||
Reference in New Issue
Block a user