From: Costa Tsaousis (ktsaou) Date: Thu, 24 Nov 2016 00:36:26 +0000 (+0200) Subject: do not chmod the data files - only chown X-Git-Tag: v1.5.0~165^2~10 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netdata.git;a=commitdiff_plain;h=d3e882e2871e4cb9828bcc33207e55ca9ffea165 do not chmod the data files - only chown --- diff --git a/netdata-installer.sh b/netdata-installer.sh index c3b8a7d6..a720ce42 100755 --- a/netdata-installer.sh +++ b/netdata-installer.sh @@ -697,8 +697,8 @@ do fi run chown --recursive "${NETDATA_USER}:${NETDATA_USER}" "${x}" - run find "${x}" -type f -exec chmod 0660 {} \; - run find "${x}" -type d -exec chmod 0770 {} \; + #run find "${x}" -type f -exec chmod 0660 {} \; + #run find "${x}" -type d -exec chmod 0770 {} \; done # --- plugins ----