Closed dcermak closed 1 year ago
Running update-ca-certificates -v -r /foobar fails with:
update-ca-certificates -v -r /foobar
mkdir: invalid option -- 'r' Try 'mkdir --help' for more information. /usr/bin/flock: invalid option -- 'r' Try 'flock --help' for more information.
Interestingly update-ca-certificates -r /foobar -v does not suffer from that.
update-ca-certificates -r /foobar -v
quite messed up ... #19
Running
update-ca-certificates -v -r /foobar
fails with:Interestingly
update-ca-certificates -r /foobar -v
does not suffer from that.