boxboat/fixuid

Is it possible to make fixuid "silent"

ruzickap opened this issue · 3 comments

Hello guys.

It looks like fixuid is writing it's output into stderr:

$ fixuid > /dev/null
fixuid: fixuid should only ever be used on development systems. DO NOT USE IN PRODUCTION
fixuid: updating user 'docker' to UID '1000
fixuid: updating group 'docker' to GID '1000
fixuid: recursively searching path /
fixuid: chown /home/docker
fixuid: chown /home/docker/.bash_logout
fixuid: chown /home/docker/.bashrc
fixuid: chown /home/docker/.profile

Can you add some parameter to make fixuid run silently (like: --quiet or -q) ?

Thank you

Thanks for adding -q option.

Any chance to release it (maybe 0.4) soon ?

Thanks for the report. I think this will be helpful for containers used as command-line tools that incorporate fixuid.

Just shipped in 0.4

Thanks a lot for a quick response + release...