]> arthur.barton.de Git - netdata.git/commitdiff
do not chmod the data files - only chown
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 24 Nov 2016 00:36:26 +0000 (02:36 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 24 Nov 2016 00:36:26 +0000 (02:36 +0200)
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 ----