Commit 583c729a0ce3dcfe3d0d033ba815c15b076c698e
1 parent
4f1f1ba2
Exists in
master
modifie entry
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
conf/docker-entrypoint.sh
... | ... | @@ -21,7 +21,7 @@ eval "$(ssh-agent -s)" |
21 | 21 | if ([ ! -f "/home/dachsroot/.ssh/know_hosts" ] && [ -f "/run/secrets/id_rsa" ]); then |
22 | 22 | ssh-add -k /run/secrets/id_rsa |
23 | 23 | ssh-keyscan github.com >> /home/dachsroot/.ssh/known_hosts |
24 | - ssh-keyscan gitlab.obpsm.fr >> /home/dachsroot/.ssh/known_hosts | |
24 | + ssh-keyscan gitlab.obspm.fr >> /home/dachsroot/.ssh/known_hosts | |
25 | 25 | chown dachsroot:gavo /home/dachsroot/.ssh/known_hosts |
26 | 26 | chmod 600 /home/dachsroot/.ssh/known_hosts |
27 | 27 | fi | ... | ... |