From ca537cd8bdae9e819bb8e24d7bd7f998e8fa909a Mon Sep 17 00:00:00 2001 From: danix Date: Mon, 7 Jan 2019 18:48:49 +0100 Subject: [PATCH] added output to create script to return clone address when creating a new repository --- create | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.20.1