summaryrefslogtreecommitdiffstats
path: root/netdata-installer.sh
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-12 01:31:06 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-12 01:31:06 +0200
commit55c10760e24d4d6cd7553e253237f7279aa4ea59 (patch)
tree45a04e97e00eca9d178ebd988528ba9b4c67ab53 /netdata-installer.sh
parent776c1e719645713b1cd828dc74d65fda657380c7 (diff)
fix permissions in spec file
Diffstat (limited to 'netdata-installer.sh')
-rwxr-xr-xnetdata-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata-installer.sh b/netdata-installer.sh
index 3903f05706..1fd2cf190c 100755
--- a/netdata-installer.sh
+++ b/netdata-installer.sh
@@ -813,7 +813,7 @@ if [ ${UID} -eq 0 ]
if [ -f "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/cgroup-network-helper.sh" ]
then
run chown root "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/cgroup-network-helper.sh"
- run chmod 0500 "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/cgroup-network-helper.sh"
+ run chmod 0550 "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/cgroup-network-helper.sh"
fi
else