From 07ed7e9786cfc846d5cdca47007e803dbca5f9e7 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 18 Apr 2010 15:15:28 +0200 Subject: [PATCH] remove typo Signed-off-by: Nico Schottelius --- eth/sans-git-init.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eth/sans-git-init.sh b/eth/sans-git-init.sh index 290a955..c5d1217 100755 --- a/eth/sans-git-init.sh +++ b/eth/sans-git-init.sh @@ -30,6 +30,8 @@ powner="$1"; shift export GIT_DIR="${basedir}/${repo}" git init + +# allow display via gitweb touch "${GIT_DIR}/git-daemon-export-ok" cat << eof > "${GIT_DIR}/config" [core] @@ -37,8 +39,8 @@ cat << eof > "${GIT_DIR}/config" bare = true sharedRepository = group [gitweb] - owner = "${powner:-Unknown stranger}" + owner = "${powner:-"sans"}" eof chgrp sans -R "${GIT_DIR}" -chmod g+rw -R "${GIT_DIR} +chmod g+rw -R "${GIT_DIR}"