← Back to team overview

nagios-charmers team mailing list archive

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

 

Xav Paice has proposed merging ~xavpaice/nagios-charm:fix-lp1623658 into nagios-charm:master.

Requested reviews:
  Nagios Charm developers (nagios-charmers)

For more details, see:
https://code.launchpad.net/~xavpaice/nagios-charm/+git/nagios-charm/+merge/328677
-- 
Your team Nagios Charm developers is requested to review the proposed merge of ~xavpaice/nagios-charm:fix-lp1623658 into nagios-charm:master.
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
     # fix permissions on the livestatus directory
     mkdir -p $livestatus_dir
     chown nagios:www-data $livestatus_dir
-    chmod g+w $livestatus_dir
+    chmod ug+rwx $livestatus_dir
     chmod g+s $livestatus_dir
 fi
 

Follow ups