Skip to content
Snippets Groups Projects
Commit c6f7aa76 authored by alvaro's avatar alvaro
Browse files

removing 777

parent 778c87e8
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ normal=`tput sgr0` ...@@ -186,7 +186,7 @@ normal=`tput sgr0`
wwwUser=`ps aux|egrep "apache|httpd|www" |egrep -v "grep|root"|awk '{print $1}'|uniq|tail -1` wwwUser=`ps aux|egrep "apache|httpd|www" |egrep -v "grep|root"|awk '{print $1}'|uniq|tail -1`
if [ ! -z "$_chmod" ]; then 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 elif [ ! -z "$_chown" ]; then
chown -R $_chown $DIR/cache $DIR/meta $DIR/components $DIR/settings.inc.php chown -R $_chown $DIR/cache $DIR/meta $DIR/components $DIR/settings.inc.php
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment