fixed ssh-keyscan process call

main
Andre Challier 2024-03-27 18:33:44 +01:00
parent d8d56f4f2e
commit a5a87379f8
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ else
fi
# Create or append known_hosts
ssh-keyscan -H "$GIT_SERVER_PROGRAMM" >> "${path_ssh}/known_hosts"
ssh-keyscan -H "$GIT_SERVER_ASSETS" >> "${path_ssh}/known_hosts"
ssh-keyscan -H "$GIT_SERVER_PROGRAMM" >> "${path_ssh}"/known_hosts
ssh-keyscan -H "$GIT_SERVER_ASSETS" >> "${path_ssh}"/known_hosts
echo "git and ssh configured."
echo "|--- Programm webhook public key (deploy key): --------------------|"