From 0c33a57b7450885df03dc0e1f6570bdb383e4f4e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 17 Oct 2013 10:39:35 -0300 Subject: Info chown --- lib/httracker/functions | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3