Gauvain Pocentek

Results 4 comments of Gauvain Pocentek

Hi @JonathonReinhart I agree that this is an unexpected behaviour. I'm still trying to find the proper way to handle this in the code but I'll come up with something...

Hi @AkhilaDamera 1. We need to upload the list 2. See #191, we didn't have a chance to look into it yet

Hi @vilhelmen This is a limitation with have in the CLI at the moment, "complex" arguments are not supported properly.

Would a change like this make more sense? If so I can push another PR. ``` diff --git a/src/daemon/entrypoint.sh.in b/src/daemon/entrypoint.sh.in index 6b1355e9..46447376 100755 --- a/src/daemon/entrypoint.sh.in +++ b/src/daemon/entrypoint.sh.in @@ -100,6 +100,14...