From c6f7aa768ecf7b14afd692506fb51c089ba25f47 Mon Sep 17 00:00:00 2001
From: alvaro <alvaro@graves.cl>
Date: Tue, 12 Feb 2013 23:45:47 -0800
Subject: [PATCH] removing 777

---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index e97898c4..ee1e321c 100755
--- a/install.sh
+++ b/install.sh
@@ -186,7 +186,7 @@ normal=`tput sgr0`
 wwwUser=`ps aux|egrep "apache|httpd|www" |egrep -v "grep|root"|awk '{print $1}'|uniq|tail -1`  
 
 if [ ! -z "$_chmod" ]; then
-  chmod -R $_chmod -R 777 $DIR/cache $DIR/meta $DIR/components $DIR/settings.inc.php 
+  chmod -R $_chmod  $DIR/cache $DIR/meta $DIR/components $DIR/settings.inc.php 
 elif [ ! -z "$_chown" ]; then
   chown -R $_chown $DIR/cache $DIR/meta $DIR/components $DIR/settings.inc.php
 else
-- 
GitLab