diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/cron.daily/piny | 4 |
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 |