Skip to content

Commit

Permalink
fixed permission on healthcheck script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandra Forti committed Sep 27, 2017
1 parent 7f48cce commit 4a1e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config/worker.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
source => $health_check_script,
owner => $condor_user,
group => $condor_group,
mode => '0655',
mode => '0755',
}

if $pool_create {
Expand Down

0 comments on commit 4a1e37b

Please sign in to comment.