Update binary.rb
This commit is contained in:
parent
7d9513130b
commit
13c33f561e
@ -13,7 +13,7 @@ module Hbc
|
|||||||
if source.writable?
|
if source.writable?
|
||||||
FileUtils.chmod "+x", source
|
FileUtils.chmod "+x", source
|
||||||
else
|
else
|
||||||
@command.run!.run("/bin/chmod", args: ["+x", source], sudo: true)
|
@command.run!("/bin/chmod", args: ["+x", source], sudo: true)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user