X-Git-Url: https://git.danix.xyz/?p=git_shell.git;a=blobdiff_plain;f=create;h=e7185fdfc5f6e4ea96ddf6aecb5e125d3897dd2a;hp=a98db20b12a50d5ff949807398463ef1cf5b4a4c;hb=11e0ea6b6d39aac3e2e6fbd53e07f7839dc00a70;hpb=d96d4d16706f295af4f5e1df201a683606f2f108 diff --git a/create b/create index a98db20..e7185fd 100755 --- 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,6 +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 now clone this repository at ssh://danix_git:/${GITDIR}/${PROJECT}.git" exit 0 }