From 7d971849e611d923a8c2915534df4fe602944d52 Mon Sep 17 00:00:00 2001
From: Ian Webb <i_webb@acs.org>
Date: Tue, 29 Jul 2014 01:22:40 -0400
Subject: [PATCH] Fix typo in suggested permissions for config file

---
 setup/inc/install-done.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/inc/install-done.inc.php b/setup/inc/install-done.inc.php
index 466c67bd1..ad8fc342f 100644
--- a/setup/inc/install-done.inc.php
+++ b/setup/inc/install-done.inc.php
@@ -10,7 +10,7 @@ $url=URL;
         <h2>Config file permission:</h2>
         Change permission of ost-config.php to remove write access as shown below.
         <ul>
-            <li><b>CLI</b>:<br><i>chmod 0664  include/ost-config.php</i></li>
+            <li><b>CLI</b>:<br><i>chmod 0644  include/ost-config.php</i></li>
             <li><b>FTP</b>:<br>Using WS_FTP this would be right hand clicking on the file, selecting chmod, and then remove write access</li>
             <li><b>Cpanel</b>:<br>Click on the file, select change permission, and then remove write access.</li>
         </ul>
-- 
GitLab