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