diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-17 10:39:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-17 10:39:35 -0300 |
commit | 0c33a57b7450885df03dc0e1f6570bdb383e4f4e (patch) | |
tree | 0797fe6a35de36ed019877b34db166d741fd7634 /lib/httracker/functions | |
parent | 2d13cee6677ffef571e16f0251cec1ed955b10a0 (diff) | |
download | httruta-0c33a57b7450885df03dc0e1f6570bdb383e4f4e.tar.gz httruta-0c33a57b7450885df03dc0e1f6570bdb383e4f4e.tar.bz2 |
Info chown
Diffstat (limited to 'lib/httracker/functions')
-rw-r--r-- | lib/httracker/functions | 1 |
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 |