@cryptotaxi247 / netdata-1 / commits / 173864d35

fix ioping permissions (#12580)

Ilya Mashchenko committed Apr 1, 2022 at 16:08 UTC 173864d356d869abede2d7a5099f90b9b52806b4
1 file changed +1
contrib/debian/netdata.postinst
+1
@@ -63,6 +63,7 @@ case "$1" in
63
64 # Workaround for other plugins not installed directly by this package
65 chmod -f 4750 /usr/libexec/netdata/plugins.d/freeipmi.plugin || true
66 + chmod -f 4750 /usr/libexec/netdata/plugins.d/ioping || true
67
68 ;;
69 esac