Move this over to /var/www/ since /var/www/git doesn't exist.

This commit is contained in:
Kevin Fenzi 2015-06-22 20:53:39 +00:00
parent 950eef038d
commit ea90f2cdce
2 changed files with 2 additions and 2 deletions

View file

@ -69,5 +69,5 @@ source-filter=/usr/libexec/cgit/filters/syntax-highlighting.sh
## and included like this:
section-from-path=-1
project-list=/var/www/git/cgit.repos
project-list=/var/www/cgit.repos
scan-path=/home/fedora

View file

@ -1,7 +1,7 @@
#!/bin/bash
outfile=`mktemp`
finalfile=/var/www/git/cgit.repos
finalfile=/var/www/cgit.repos
for homedir in /home/fedora/* ; do
if [ ! -d $homedir/public_git ]; then
continue