CLI: Correct location of ooniprobe.conf file
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 919
- Forks
- 150
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
When installing OONI Probe CLI on Debian/Ubuntu Linux, the configuration file is located at /etc/ooniprobe/ooniprobe.conf, not at ~/.ooniprobe/config.json, as stated in the User Guide. Also, it is not clear which user is actually expected to own the file (where is ~ if no user is specified?).
To Reproduce
Install OONI Probe CLI on Debian/Ubuntu Linux. When the ooniprobe-cli service is triggered, the command points to /etc/ooniprobe/ooniprobe.conf using the –config= parameter.
Expected behavior
According to the User Guide, the location should be ~/.ooniprobe/config.json.
System information (please complete the following information):
- Device: Server
- OS: Debian 11
- OONI Probe version: 3.13.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.