Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hosted-ce/usr/local/bin/bosco-override-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [[ $GIT_ENDPOINT =~ ^([A-Za-z0-9_-]+)@([^:]+): ]]; then
GIT_HOST="${BASH_REMATCH[2]}"
GIT_HOST_KEY=$(ssh-keyscan "$GIT_HOST")
if [[ -n $GIT_HOST_KEY ]]; then
echo $GIT_HOST_KEY >> /etc/ssh/ssh_known_hosts
echo "$GIT_HOST_KEY" >> /etc/ssh/ssh_known_hosts
else
errexit "Failed to determine host key for $GIT_HOST"
fi
Expand Down
Loading