Skip to content

Commit 6791ba1

Browse files
committed
repack-repositories.sh: Avoid extraneous diagnostic output
1 parent 63a2fb6 commit 6791ba1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

repack-repositories.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ USER=www-data
44
RELATE_GIT_ROOT=/web/relate-git-root
55

66
for i in "$RELATE_GIT_ROOT"/*; do
7-
echo $i
87
if test -d "$i/.git"; then
98
(cd $i; sudo -u $USER git repack -a -d)
109
fi

0 commit comments

Comments
 (0)