Set security harness hook to executable after creation

This commit is contained in:
Robert Speicher 2018-02-28 09:47:34 -06:00
parent a2a48581a1
commit a04ff31e40
1 changed files with 2 additions and 0 deletions

View File

@ -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