diff options
-rwxr-xr-x | install-repos | 3 |
1 files changed, 1 insertions, 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 |