This repository was archived by the owner on May 3, 2020. It is now read-only.

Description
The current deb includes config.json in it which effectively will overwrite the existing config.json. Either we need to provide a customization option or we need to remove config.json.
We also need to figure out how new user will get config.json for the first time. ideal location could be in post install script. just adding a clause to copy over config.json.defaults to config.json in case it doesn't already exist should sort the issue out.