Newer
Older
USER=www-data
RELATE_GIT_ROOT=/web/relate-git-root
if test -d "$i/.git"; then
su $USER -c "cd $i ; git repack -a -d"
fi
done
USER=www-data
RELATE_GIT_ROOT=/web/relate-git-root
if test -d "$i/.git"; then
su $USER -c "cd $i ; git repack -a -d"
fi
done