diff --git a/new b/new index 4df4061..e74964b 100755 --- a/new +++ b/new @@ -15,6 +15,4 @@ if [ -d "/srv/git/$REPOSITORY" ]; then exit fi -mkdir -p "/srv/git/$REPOSITORY" -cd "/srv/git/$REPOSITORY" -git init --bare +git init --bare "/srv/git/$REPOSITORY"