From fcf4d0ec657cad3de10bf29179534252775d7211 Mon Sep 17 00:00:00 2001 From: alvaro <alvaro@graves.cl> Date: Tue, 12 Feb 2013 23:48:39 -0800 Subject: [PATCH] adding warnings --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.sh b/install.sh index ee1e321c..4fd5f20b 100755 --- a/install.sh +++ b/install.sh @@ -186,8 +186,14 @@ normal=`tput sgr0` wwwUser=`ps aux|egrep "apache|httpd|www" |egrep -v "grep|root"|awk '{print $1}'|uniq|tail -1` if [ ! -z "$_chmod" ]; then + echo + echo "WARNING: Automatically changing permissions of cache, meta, components and settings.inc.php to $_chmod" + echo chmod -R $_chmod $DIR/cache $DIR/meta $DIR/components $DIR/settings.inc.php elif [ ! -z "$_chown" ]; then + echo + echo "WARNING: Automatically changing ownership of cache, meta, components and settings.inc.php to $_chown" + echo chown -R $_chown $DIR/cache $DIR/meta $DIR/components $DIR/settings.inc.php else echo -- GitLab