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
diff --git a/hooks/install b/hooks/install
index eb6473a..db3e40f 100755
--- a/hooks/install
+++ b/hooks/install
@@ -50,7 +50,7 @@ if [ "$enable_livestatus" ]; then
50 # fix permissions on the livestatus directory50 # fix permissions on the livestatus directory
51 mkdir -p $livestatus_dir51 mkdir -p $livestatus_dir
52 chown nagios:www-data $livestatus_dir52 chown nagios:www-data $livestatus_dir
53 chmod g+w $livestatus_dir53 chmod ug+rwx $livestatus_dir
54 chmod g+s $livestatus_dir54 chmod g+s $livestatus_dir
55fi55fi
5656

Subscribers

People subscribed via source and target branches