diff options
| -rwxr-xr-x | create | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |
