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