X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=scripts%2Fgitcreate;h=16e80ec3b61699bcec8b6365c8483f7eaf795359;hb=d044b519a1b2faebcd1654c8fb0df4741f241dfa;hp=45e1d051115f974c35276e5928ec1d751b25ef55;hpb=5d02d664162a4444581e276f89198e767fdc8d2c;p=repo_shell.git diff --git a/scripts/gitcreate b/scripts/gitcreate index 45e1d05..16e80ec 100755 --- a/scripts/gitcreate +++ b/scripts/gitcreate @@ -1,9 +1,9 @@ #!/bin/sh # gitcreate is part of the repo_shell distribution. -eval $(sed -e 's| ||g' < /etc/repo_shell.cfg) +eval $(sed -e 's| ||g' < /etc/repo_shell.conf) if [ -z "$owner" -o -z "$git_root" -o -z "$git_acl_file" ]; then - echo "$0: please configure /etc/repo_shell.cfg" + echo "$0: please configure /etc/repo_shell.conf" fi if [ "$(whoami)" != "$owner" ]; then