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

Fix permissions for all files given in s2i #59

Merged
merged 1 commit into from
Oct 3, 2019
Merged

Fix permissions for all files given in s2i #59

merged 1 commit into from
Oct 3, 2019

Commits on Oct 2, 2019

  1. Fix permission for all files in s2i assemble script

    Adds fix-permissions right after `mv/cp` command so it keeps
    permissions. Also `cp` should use `-a` for keeping permissions.
    
    fix-permissions should be used also at the end of assemble script
    because of commands like 'cat' could have had wrong permission
    or ownership.
    
    Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
    phracek committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    38e2ea0 View commit details
    Browse the repository at this point in the history