xebialabs / overthere

Runs something "Over there"

Home Page:http://www.xebialabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

vpartington opened this issue · comments

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.

Fixed in Overthere 1.0.17.

Commit is on master to be included in 2.0.0