Compare commits

...

1 Commits

Author SHA1 Message Date
Kenneth Johansson
7d4f7f637a genconfig: do not ask for password.
Access right is done with ssh keys not password so do not ask for them.
2019-09-25 23:20:42 +02:00

View File

@@ -437,6 +437,10 @@ function genconfig {
CUSTREPO="${CUSTREPO:-git@dev.iopsys.eu:consumer/iopsys.git}"
# git ls-remote is used for testing access rights so do not ask for password
# if the user has access the ssh key is used not password
export GIT_SSH_COMMAND="ssh -oBatchMode=yes"
setup_dirs
create_and_copy_files "$@"
fi