]> git.mxchange.org Git - friendica.git/commitdiff
chmod 777 is a bad practice
authorAngristan <Angristan@users.noreply.github.com>
Fri, 13 Apr 2018 18:54:02 +0000 (20:54 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Apr 2018 18:54:02 +0000 (20:54 +0200)
doc/Install.md

index 5ea1920523e700b206b8417de9891d139c66bd55..1fa1e910ae61576188720ad8d3655e0300ed84a3 100644 (file)
@@ -53,7 +53,7 @@ The Linux commands to clone the repository into a directory "mywebsite" would be
 Make sure the folder *view/smarty3* exists and is writable by the webserver user
 
     mkdir view/smarty3
-    chmod 777 view/smarty3
+    chmod www-data:www-data view/smarty3
 
 Get the addons by going into your website folder.