]> arthur.barton.de Git - netdata.git/commitdiff
portability - ommit root group for libexec
authorCosta Tsaousis <costa@tsaousis.gr>
Tue, 20 Dec 2016 19:58:00 +0000 (21:58 +0200)
committerCosta Tsaousis <costa@tsaousis.gr>
Tue, 20 Dec 2016 19:58:00 +0000 (21:58 +0200)
netdata-installer.sh

index e7ac435f2d008bbad600c2056c2a6181b59994c4..10c7c18bb8ff2dfb93558130c71a7b218b220ff6 100755 (executable)
@@ -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 {} \;