diff --git a/add-repo-user.sh b/add-repo-user.sh index b08d36f..768f3cc 100755 --- a/add-repo-user.sh +++ b/add-repo-user.sh @@ -27,5 +27,7 @@ echo "" echo "" echo "To enable git deploys from this account you will need to add its public key to your git deployer:" echo "" +echo "$my_repos/.ssh/id_rsa.pub:" +echo "" sudo cat "$my_repos/.ssh/id_rsa.pub" echo ""