new(admin.gbapp): DONT_DOWNLOAD option added.
This commit is contained in:
parent
792be00b6e
commit
03bc1ed352
3 changed files with 3 additions and 2 deletions
|
@ -193,7 +193,7 @@ export class GBAdminService implements IGBAdminService {
|
|||
// of local resources is required.
|
||||
|
||||
|
||||
if (!localFolder.endsWith('.gbot')) {
|
||||
if (!localFolder.endsWith('.gbot')&& !process.env.DONT_DOWNLOAD) {
|
||||
GBLog.warn(`${GBConfigService.get('CLOUD_USERNAME')} must be authorized on SharePoint related site to download to: ${localFolder}`);
|
||||
await s.downloadFolder(
|
||||
localFolder,
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
export const Messages = {
|
||||
'en-US': {
|
||||
|
||||
about_suggestions: 'Suggestions are welcomed and improve my quality...',
|
||||
what_about_service: 'What about my service?',
|
||||
glad_you_liked: 'I\'m glad you liked. I\'m here for you.',
|
||||
|
|
|
@ -5,7 +5,7 @@ export const Messages = {
|
|||
wider_answer: subjectText =>
|
||||
`Answering to you in a broader way... Not just about ${subjectText}.`,
|
||||
which_question: 'What\'s your question?',
|
||||
anything_else: 'So, may I help with anything else?',
|
||||
anything_else: 'Can I help you with anything else?',
|
||||
here_is_subjects: 'Here are some subjects to choose from...',
|
||||
menu_select: 'Select',
|
||||
lets_search: query =>
|
||||
|
|
Loading…
Add table
Reference in a new issue