fossasia / susi_linux

Hardware for SUSI AI https://susi.ai
Apache License 2.0
1.61k stars 148 forks source link

Keep configuration file in default place below $HOME/.config #493

Closed norbusan closed 5 years ago

norbusan commented 5 years ago

Currently, all the susi_linux utilities (config_generator, configure, authenticate, ...) are expecting the configuration file config.json in the CWD. This is not really a good solution:

We should make all the scripts and susi_linux itself work in this way.

norbusan commented 5 years ago

I think this is already fixed by using the configuration file in SUSI.AI/config.json, thus closing this issue