borg/entrypoint.sh
2025-04-27 10:06:15 +00:00

5 lines
126 B
Bash
Executable file

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