]> oss.titaniummirror.com Git - repo_shell.git/blobdiff - scripts/gitcreate
/etc/repo_shell.cfg -> /etc/repo_shell.conf
[repo_shell.git] / scripts / gitcreate
index 45e1d051115f974c35276e5928ec1d751b25ef55..16e80ec3b61699bcec8b6365c8483f7eaf795359 100755 (executable)
@@ -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