diff options
| author | danix <danix@danix.xyz> | 2019-03-10 09:16:52 +0100 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2019-03-10 09:16:52 +0100 |
| commit | d4b6240498bb25eba49241f104cdc8f13173dc3d (patch) | |
| tree | 3760c703881d7eee60c37847995c25539762ca53 | |
| parent | ec25882b712ceea8dbe1dfb27d0f5fe573481b23 (diff) | |
| download | git_shell-d4b6240498bb25eba49241f104cdc8f13173dc3d.tar.gz git_shell-d4b6240498bb25eba49241f104cdc8f13173dc3d.zip | |
testing deploy. added message to create function that shows the clone url on the command line
| -rwxr-xr-x | create | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
