mirror of
https://git.alemi.dev/gitshell.git
synced 2024-12-04 12:34:52 +01:00
fix: set name property while creating
This commit is contained in:
parent
32fdd99840
commit
63b45b557f
1 changed files with 1 additions and 0 deletions
1
new
1
new
|
@ -17,3 +17,4 @@ fi
|
||||||
|
|
||||||
git init --bare "/srv/git/$REPOSITORY"
|
git init --bare "/srv/git/$REPOSITORY"
|
||||||
git config -f "/srv/git/$REPOSITORY/config" cgit.ignore 1
|
git config -f "/srv/git/$REPOSITORY/config" cgit.ignore 1
|
||||||
|
git config -f "/srv/git/$REPOSITORY/config" cgit.name "${REPOSITORY//.git/}"
|
||||||
|
|
Loading…
Reference in a new issue