fixed keyscan

main
Andre Challier 2024-03-27 15:51:44 +01:00
parent 818f24503a
commit 85dc5052b9
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ else
fi
# Create or append known_hosts
ssh-keyscan ${GIT_SERVER} >> "${path_ssh}/known_hosts"
ssh-keyscan -H "${GIT_SERVER}" >> "${path_ssh}/known_hosts"
#
# Start webhooks