X-Git-Url: https://git.danix.xyz/?p=git_shell.git;a=blobdiff_plain;f=create;fp=create;h=927a575c71affc55553196acbeaeb457b7b5b9b6;hp=8ee66108574a92254449806235762f3a05af72e8;hb=d4b6240498bb25eba49241f104cdc8f13173dc3d;hpb=ec25882b712ceea8dbe1dfb27d0f5fe573481b23 diff --git a/create b/create index 8ee6610..927a575 100755 --- a/create +++ b/create @@ -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 }