Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: Automatically fix permissions #3744

Merged
merged 1 commit into from
Mar 18, 2017
Merged

Commits on Mar 3, 2017

  1. docker: Automatically fix permissions

    This patch is delaying the point where permissions are dropped into the `start_ipfs` script. This way, instead of exiting on permission issues, we can fix them on our own inside the script, then drop privileges and continue doing ipfs specific stuff with the correct user.
    
    I've removed the `chmod 0777` step from the readme since it's not needed anymore.
    
    License: MIT
    Signed-off-by: kpcyrd <git@rxv.cc>
    kpcyrd committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    3c96b09 View commit details
    Browse the repository at this point in the history