Set security harness hook to executable after creation
This commit is contained in:
parent
a2a48581a1
commit
a04ff31e40
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ else
|
|||
File.open(hook_path, 'w') do |file|
|
||||
IO.copy_stream(DATA, file)
|
||||
end
|
||||
|
||||
File.chmod(0755, hook_path)
|
||||
end
|
||||
|
||||
# Toggle the harness on or off
|
||||
|
|
Loading…
Reference in a new issue