nuovo file: .gitignore
[git_shell.git] / create
diff --git a/create b/create
index 8ee6610..e7185fd 100755 (executable)
--- a/create
+++ b/create
@@ -5,7 +5,7 @@
 
 GITDIR="/var/git"
 BASEDIR=".gitbase"
-MULTIMAIL="/usr/doc/git-2.14.5/contrib/hooks/multimail/git_multimail.py"
+MULTIMAIL="/usr/doc/git-*/contrib/hooks/multimail/git_multimail.py"
 GITUSER="git"
 GITGRP="git"
 VENVSDIR="/usr/local/venvs"
@@ -78,7 +78,7 @@ EOT
        cd ${GITDIR}/
        chown -R ${GITUSER}:${GITGRP} ${GITDIR}/${PROJECT}.git
        echo "All done, you can now work on \"${PROJECT}.git\""
-        echo "You can clone this repository at ssh://danix_git:/${GITDIR}/${PROJECT}.git"
+        echo "You can now clone this repository at ssh://danix_git:/${GITDIR}/${PROJECT}.git"
        exit 0
 }