From b7f0d82da1efa21bd3e469cbce0959595c2e0138 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Tue, 20 Dec 2016 21:58:00 +0200 Subject: [PATCH] portability - ommit root group for libexec --- netdata-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netdata-installer.sh b/netdata-installer.sh index e7ac435f..10c7c18b 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -786,7 +786,7 @@ done if [ ${UID} -eq 0 ] then - run chown -R root:root "${NETDATA_PREFIX}/usr/libexec/netdata" + run chown -R root "${NETDATA_PREFIX}/usr/libexec/netdata" run find "${NETDATA_PREFIX}/usr/libexec/netdata" -type d -exec chmod 0755 {} \; run find "${NETDATA_PREFIX}/usr/libexec/netdata" -type f -exec chmod 0644 {} \; run find "${NETDATA_PREFIX}/usr/libexec/netdata" -type f -a -name \*.plugin -exec chmod 0755 {} \; -- 2.39.2