X-Git-Url: https://git.ralfj.de/git-mirror.git/blobdiff_plain/6843793205d96449af070b5c7b776eaf205f5ad7..60877f94f2df11e525401003fa4658075b65669e:/ssh-set-ident.sh diff --git a/ssh-set-ident.sh b/ssh-set-ident.sh old mode 100644 new mode 100755 index 58ba45e..ad7a61d --- a/ssh-set-ident.sh +++ b/ssh-set-ident.sh @@ -25,4 +25,4 @@ # This sets the SSH identitiy based on an environment variable. That makes it possible for the git-mirror # scripts to use git with a particular SSH identity. -exec ssh -i "$SSH_IDENT" "$@" +exec ssh -i "$GIT_MIRROR_SSH_IDENT" "$@"