From fdb5c3ea557ddaeed35f779f62d4937c9ccd2cee Mon Sep 17 00:00:00 2001 From: Charlie Date: Tue, 24 Aug 2010 20:18:53 +0000 Subject: Don't hard code my name in --- install-repos | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install-repos b/install-repos index ce8532a..d817e2b 100755 --- a/install-repos +++ b/install-repos @@ -17,7 +17,7 @@ for git in $REPOS; do echo $name # Prepare the repository - chown -R stef:wheel . + chown -R root:wheel . ln -sf $git $DIR/$simple find . -type f -print0 | xargs -0 chmod 664 find . -type d -print0 | xargs -0 chmod 775 @@ -43,7 +43,6 @@ for git in $REPOS; do echo "repo.url=$simple" echo "repo.path=$git" echo "repo.desc=$simple" - echo "repo.owner=stef@memberwebs.com" fi echo ) >> $DIR/cgit-repo-rc -- cgit v1.2.3