Andreas Ruppen
Andreas Ruppen
This can be fixed by adding the following snippet on top of the `cheat.bash` file ```sh _init_completion() { COMPREPLY=() _get_comp_words_by_ref cur prev words cword } ```
Did anybody solve this issue? I'm facing the same problem. Added the logs to the code as suggested by @letkemanpete78. This is the relevant extract from the log: ``` 2018-02-20...
`UPLOAD_ROOT` exists and the log statement in the first line shows, that the folder is at the expected location. The `ImageService` contains the following code: ``` @Bean CommandLineRunner setUp() throws...
It sits in `/etc/unbound/unbound.conf.d/pi-hole.conf`. But I think you'd better clone this repo, make your changes in `docker-pihole-unbound/one-container/pihole-unbound/unbound-pihole.conf` and then build your own version of the docker image with `docker build...