fix(admin.gbapp): Trying to fix .gbot deployment error.
This commit is contained in:
parent
41e39eceae
commit
63b2a577b2
1 changed files with 2 additions and 1 deletions
|
@ -176,8 +176,9 @@ export class GBAdminService implements IGBAdminService {
|
|||
// .gbot packages are handled using storage API, so no download
|
||||
// of local resources is required.
|
||||
|
||||
|
||||
if (!localFolder.endsWith('.gbot')) {
|
||||
GBLog.warn(`${GBConfigService.get('CLOUD_USERNAME')} must be authorized on SharePoint related site`);
|
||||
GBLog.warn(`${GBConfigService.get('CLOUD_USERNAME')} must be authorized on SharePoint related site to download to: ${localFolder}`);
|
||||
await s.downloadFolder(
|
||||
localFolder,
|
||||
siteName,
|
||||
|
|
Loading…
Add table
Reference in a new issue