]> arthur.barton.de Git - netdata.git/blobdiff - netdata-installer.sh
do not chmod the data files - only chown
[netdata.git] / netdata-installer.sh
index c3b8a7d60c6790721495d7105d3b6ce451409c54..a720ce421d35a18b6ad3c659c7d3225daacbbb5e 100755 (executable)
@@ -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 ----