summaryrefslogtreecommitdiff
path: root/etc/cron.daily/piny
diff options
context:
space:
mode:
Diffstat (limited to 'etc/cron.daily/piny')
-rw-r--r--etc/cron.daily/piny4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/cron.daily/piny b/etc/cron.daily/piny
index 54b20b2..b42a806 100644
--- a/etc/cron.daily/piny
+++ b/etc/cron.daily/piny
@@ -3,7 +3,7 @@
export GIT_DIR
for GIT_DIR in $(find /srv/git/ -maxdepth 1 -mindepth 1 -type d -name '*.git'); do
- echo $GIT_DIR
- git gc --aggressive --auto
+# echo $GIT_DIR
+ git gc --aggressive --auto --quiet
git update-server-info
done