new(admin.gbapp): DONT_DOWNLOAD option added.

This commit is contained in:
Rodrigo Rodriguez 2021-02-05 09:15:32 -03:00
parent 792be00b6e
commit 03bc1ed352
3 changed files with 3 additions and 2 deletions

View file

@ -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,

View file

@ -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.',

View file

@ -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 =>