Skip to content
Snippets Groups Projects
Commit 7a87a7532f03 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:speaker: message when no local configuration file found

parent 376f5ba25e42
No related branches found
No related tags found
No related merge requests found
......@@ -494,6 +494,8 @@
print('add redis host')
options.append('--add-host')
options.append('{}:{}'.format(redis_host, local_ip))
else:
_logger.info('No configuration file at: %s', local_conf_path)
# default values if nothing else
if not user:
user = 'odoo'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment