Merge ~xavpaice/charm-nagios:fix-lp1623658 into ~nagios-charmers/charm-nagios:master

Proposed by Xav Paice
Status: Merged
Merged at revision: 563e04b7a6bdc75d8c89016177a18e286ed8047d
Proposed branch: ~xavpaice/charm-nagios:fix-lp1623658
Merge into: ~nagios-charmers/charm-nagios:master
Diff against target: 12 lines (+1/-1)
1 file modified
hooks/install (+1/-1)
Reviewer Review Type Date Requested Status
Paul Gear (community) Approve
Review via email: mp+328677@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Paul Gear (paulgear) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/hooks/install b/hooks/install
2index eb6473a..db3e40f 100755
3--- a/hooks/install
4+++ b/hooks/install
5@@ -50,7 +50,7 @@ if [ "$enable_livestatus" ]; then
6 # fix permissions on the livestatus directory
7 mkdir -p $livestatus_dir
8 chown nagios:www-data $livestatus_dir
9- chmod g+w $livestatus_dir
10+ chmod ug+rwx $livestatus_dir
11 chmod g+s $livestatus_dir
12 fi
13

Subscribers

People subscribed via source and target branches