Mercurial > libervia-backend
changeset 2127:8717e9cc95c0
core (constant): on android sat.conf is now in /data/data/org.goffi.cagou.cagou/files/platform/android/
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 31 Jan 2017 22:35:59 +0100 |
parents | 2f264f3df280 |
children | aa94f33fd2ad |
files | src/core/constants.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/core/constants.py Thu Jan 26 20:29:48 2017 +0100 +++ b/src/core/constants.py Tue Jan 31 22:35:59 2017 +0100 @@ -150,7 +150,7 @@ 'pid_dir': '%(local_dir)s', 'log_dir': '%(local_dir)s', } - CONFIG_FILES = ['/data/data/org.goffi.cagou.cagou/files/' + APP_NAME_FILE + '.conf'] + CONFIG_FILES = ['/data/data/org.goffi.cagou.cagou/files/platform/android/' + APP_NAME_FILE + '.conf'] else: ## Configuration ##