borg/entrypoint.sh
ange 4b8bcac14e
All checks were successful
/ deploy (push) Successful in 13s
feat: ssh known_hosts
2025-04-27 09:37:40 +00:00

5 lines
77 B
Bash
Executable File

#!/bin/bash -e
echo "$SSH_KNOWN_HOSTS" > "$HOME/.ssh/known_hosts"
exec "$@"