From: Costa Tsaousis Date: Tue, 20 Dec 2016 19:58:00 +0000 (+0200) Subject: portability - ommit root group for libexec X-Git-Tag: v1.5.0~112^2~2 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netdata.git;a=commitdiff_plain;h=b7f0d82da1efa21bd3e469cbce0959595c2e0138 portability - ommit root group for libexec --- 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 {} \;