Skip to content

Method setExecutable should invoke chmod a+x instead of chmod +x #39

Closed
@vpartington

Description

When setExecutable is called on an SshScpFile, the command "chmod +x" is executed. This should be "chmod a+x" to prevent the umask from preventing some of the executable bits from being set.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions