]> gitweb.fluxo.info Git - httruta.git/commitdiff
Info chown
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 17 Oct 2013 13:34:59 +0000 (10:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 17 Oct 2013 13:34:59 +0000 (10:34 -0300)
lib/httracker/functions

index d81d486b38183508a90ee89724c98a5c41472ca6..50c83a664f01e6fcc6d92b874eb8b47d52e629fb 100644 (file)
@@ -47,6 +47,7 @@ function httracker_get {
 
   # Fix permissions
   if [ "`whoami`" != "$USER" ] && [ "`whoami`" == "root" ]; then
+    echo "Fixing $TARGET permissions..."
     chown -R $USER.$GROUP $TARGET/
   fi
 
@@ -55,6 +56,7 @@ function httracker_get {
 
   # Fix permissions again
   if [ "`whoami`" != "$USER" ] && [ "`whoami`" == "root" ]; then
+    echo "Fixing $TARGET permissions again..."
     chown -R $USER.$GROUP $TARGET/
   fi