2016-05-01 03:50:21 -05:00
|
|
|
case ${ACTION} in
|
|
|
|
post)
|
2016-05-01 11:05:33 +02:00
|
|
|
chown -R _netdata:_netdata usr/share/netdata/webroot
|
|
|
|
chown root:_netdata usr/libexec/netdata/plugins.d/apps.plugin
|
2016-05-01 03:50:21 -05:00
|
|
|
chmod 4750 usr/libexec/netdata/plugins.d/apps.plugin
|
|
|
|
;;
|
|
|
|
esac
|