Move this over to /var/www/ since /var/www/git doesn't exist.
This commit is contained in:
parent
950eef038d
commit
ea90f2cdce
2 changed files with 2 additions and 2 deletions
|
@ -69,5 +69,5 @@ source-filter=/usr/libexec/cgit/filters/syntax-highlighting.sh
|
||||||
## and included like this:
|
## and included like this:
|
||||||
|
|
||||||
section-from-path=-1
|
section-from-path=-1
|
||||||
project-list=/var/www/git/cgit.repos
|
project-list=/var/www/cgit.repos
|
||||||
scan-path=/home/fedora
|
scan-path=/home/fedora
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
outfile=`mktemp`
|
outfile=`mktemp`
|
||||||
|
|
||||||
finalfile=/var/www/git/cgit.repos
|
finalfile=/var/www/cgit.repos
|
||||||
for homedir in /home/fedora/* ; do
|
for homedir in /home/fedora/* ; do
|
||||||
if [ ! -d $homedir/public_git ]; then
|
if [ ! -d $homedir/public_git ]; then
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue