aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-10-17 10:39:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-10-17 10:39:35 -0300
commit0c33a57b7450885df03dc0e1f6570bdb383e4f4e (patch)
tree0797fe6a35de36ed019877b34db166d741fd7634
parent2d13cee6677ffef571e16f0251cec1ed955b10a0 (diff)
downloadhttruta-0c33a57b7450885df03dc0e1f6570bdb383e4f4e.tar.gz
httruta-0c33a57b7450885df03dc0e1f6570bdb383e4f4e.tar.bz2
Info chown
-rw-r--r--lib/httracker/functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/httracker/functions b/lib/httracker/functions
index 50c83a6..72e762e 100644
--- a/lib/httracker/functions
+++ b/lib/httracker/functions
@@ -130,6 +130,7 @@ function httracker_setup_folders {
mkdir -p $MIRRORS $TMP
if [ "`whoami`" == "root" ]; then
+ echo "Fixing $MIRRORS permissions..."
chown -R $USER.$GROUP $MIRRORS
chown -R $USER.$GROUP $TMP
fi