mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-21 15:58:28 +00:00
Like in commit 2c22263 we are using echo again instead of printf because some runners can't function properly with it.
6 lines
56 B
Bash
Executable File
6 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
echo "$@" >> $HOME/.ssh/known_hosts
|