aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc
diff options
context:
space:
mode:
Diffstat (limited to 'railties/doc')
-rw-r--r--railties/doc/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/doc/index.html b/railties/doc/index.html
index 522a88cd5c..0cc0ecf9d4 100644
--- a/railties/doc/index.html
+++ b/railties/doc/index.html
@@ -32,7 +32,7 @@
<p><b>Before you move on</b>, verify that the following conditions have been met:</p>
<ol>
- <li>The log directory and the empty log files must be writable to the web server (<code>chmod -R 777 log</code>).
+ <li>The log directory and the empty log files must be writable to the web server (<code>chmod -R 666 log/*</code>).
<li>
The shebang line in the public/dispatch* files must reference your Ruby installation. <br/>
You might need to change it to <code>#!/usr/bin/env ruby</code> or point directly at the installation.
@@ -67,4 +67,4 @@
</p>
</body>
-</html> \ No newline at end of file
+</html>