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